home *** CD-ROM | disk | FTP | other *** search
/ mail.altrad.com / 2015.02.mail.altrad.com.tar / mail.altrad.com / TEST / office german / PROPLUS.WW / PROPLSWW.CAB / IPCLRSMI.XML < prev    next >
Extensible Markup Language  |  2006-09-04  |  664KB  |  5,838 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <doc>
  3.     <assembly>
  4.         <name>Microsoft.Office.Interop.InfoPath.SemiTrust</name>
  5.     </assembly>
  6.     <members>
  7.         <member name="N:Microsoft.Office.Interop.InfoPath.SemiTrust">
  8.             <summary>The types and members of the Microsoft.Office.Interop.InfoPath.SemiTrust namespace are used to write business logic in form templates that is compatible with Microsoft InfoPath 2003. </summary>
  9.         </member>
  10.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust._Application">
  11.             <summary>This type is a wrapper for a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about the later version of this interface, including usage remarks and examples, see <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust._Application3"></see>.</summary>
  12.         </member>
  13.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._Application.Quit(System.Boolean)">
  14.             <summary>
  15.                                                     This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see
  16.                                                     <see cref="M:Microsoft.Office.Interop.InfoPath.SemiTrust._Application2.Quit(System.Boolean)"></see>.</summary>
  17.         </member>
  18.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust._Application2">
  19.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.Application"></see>.</summary>
  20.         </member>
  21.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._Application2.CacheSolution(System.String)">
  22.             <summary>Examines the form template in the cache and, if necessary, updates it from the published location of the form template.</summary>
  23.             <param name="bstrSolutionURI">Specifies the Uniform Resource Identifier (URI) of the form template. This parameter can be specified as a form definition (.xsf) file or a form template (.xsn) file.</param>
  24.         </member>
  25.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._Application2.FormatString(System.Object,System.String,System.String)">
  26.             <summary>Formats the specified string or XML node according to the specified category and options parameters.</summary>
  27.             <returns>The string formatted according to the specified category and options parameters.</returns>
  28.             <param name="bstrOptions">The value that specifies the options used for formatting. Takes the form of a case-sensitive string in the format "optionName:value".</param>
  29.             <param name="varInput">The value or XML node to be formatted.</param>
  30.             <param name="bstrCategory">The value that specifies the category used for formatting. Values include number, percentage, currency, date, time, and datetime.</param>
  31.         </member>
  32.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._Application2.IsDestinationReachable(System.String)">
  33.             <summary>Gets a value indicating whether the specified Uniform Resource Locator (URL), universal naming convention (UNC) path, or IP address of the destination computer can be connected to from the client computer.</summary>
  34.             <returns>true if the destination computer is reachable; otherwise, false.</returns>
  35.             <param name="bstrDestination">Specifies the location to check for network connectivity. IP addresses, a UNC paths, or a URLs are acceptable values.</param>
  36.         </member>
  37.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._Application2.NewADODBConnection">
  38.             <summary>Creates and gets a reference to an empty ActiveX Data Objects (ADO) Connection object.</summary>
  39.             <returns>A reference to an ADO Connection object.</returns>
  40.         </member>
  41.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._Application2.NewADODBRecordset">
  42.             <summary>Creates and gets a reference to an empty ActiveX Data Objects (ADO) Recordset object.</summary>
  43.             <returns>A reference to an empty ActiveX Data Objects (ADO) Recordset object.</returns>
  44.         </member>
  45.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._Application2.Quit(System.Boolean)">
  46.             <summary>Quits the Microsoft Office InfoPath 2007 application.</summary>
  47.             <param name="bForce">Determines whether open forms will be saved during the quit operation. If set to false, all forms will be closed without saving, even if the data in the forms has been changed. If set to true, the user will be prompted to save the forms. Default value is false.</param>
  48.         </member>
  49.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._Application2.RegisterSolution(System.String,System.String)">
  50.             <summary>Installs the specified Microsoft Office InfoPath 2007 form template.</summary>
  51.             <param name="bstrSolutionURL">Specifies the Uniform Resource Locator (URL) of the form template. This parameter can be specified as a form definition (.xsf) file or a form template (.xsn) file.</param>
  52.             <param name="bstrBehavior">Specifies how the form template is to be installed. Default value is "overwrite". The only other valid value for this parameter is "new-only".</param>
  53.         </member>
  54.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._Application2.UnregisterSolution(System.String)">
  55.             <summary>Uninstalls the specified Microsoft Office InfoPath 2007 form template.</summary>
  56.             <param name="bstrSolutionURI">Specifies the Uniform Resource Identifier (URI) of the form template.</param>
  57.         </member>
  58.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._Application2.ActiveWindow">
  59.             <summary>Gets a reference to a <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowObject"></see> object that represents the currently active window.</summary>
  60.         </member>
  61.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._Application2.LanguageSettings">
  62.             <summary>Gets a reference to the Microsoft Office LanguageSettings.</summary>
  63.         </member>
  64.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._Application2.MachineOnlineState">
  65.             <summary>Gets the current connection state of the client computer.</summary>
  66.         </member>
  67.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._Application2.Name">
  68.             <summary>Gets the name of the Microsoft Office InfoPath 2007 application.</summary>
  69.         </member>
  70.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._Application2.UsableHeight">
  71.             <summary>Gets the available screen height, the maximum number of points to which you can set the height of an InfoPath document window.</summary>
  72.         </member>
  73.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._Application2.UsableWidth">
  74.             <summary>Gets the available screen width, the maximum number of points to which you can set the width of an InfoPath document window.</summary>
  75.         </member>
  76.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._Application2.User">
  77.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.UserObject"></see> object.</summary>
  78.         </member>
  79.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._Application2.Version">
  80.             <summary>Gets the Microsoft Office InfoPath 2007 version number.</summary>
  81.         </member>
  82.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._Application2.Windows">
  83.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowsCollection"></see> collection.</summary>
  84.         </member>
  85.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._Application2.XDocuments">
  86.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocuments"></see> collection.</summary>
  87.         </member>
  88.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust._Application3">
  89.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.Application"></see>.</summary>
  90.         </member>
  91.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._Application3.CacheSolution(System.String)">
  92.             <summary>Examines the form template in the cache and, if necessary, updates it from the published location of the form template.</summary>
  93.             <param name="bstrSolutionURI">Specifies the Uniform Resource Identifier (URI) of the form template. This parameter can be specified as a form definition (.xsf) file or a form template (.xsn) file.</param>
  94.         </member>
  95.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._Application3.FormatString(System.Object,System.String,System.String)">
  96.             <summary>Formats the specified string or XML node according to the specified category and options parameters.</summary>
  97.             <returns>A string formatted according to the specified category and options parameters.</returns>
  98.             <param name="bstrOptions">The value that specifies the options used for formatting. Takes the form of a case-sensitive string in the format "optionName:value".</param>
  99.             <param name="varInput">The value or XML node to be formatted.</param>
  100.             <param name="bstrCategory">The value that specifies the category used for formatting. Values include number, percentage, currency, date, time, and datetime.</param>
  101.         </member>
  102.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._Application3.GetSolutionURI(System.String)">
  103.             <summary>Gets the Uniform Resource Locator (URL) or universal naming convention (UNC) location of a form template from the local cache ID.</summary>
  104.             <returns>The URL or UNC for the published location of the form template.</returns>
  105.             <param name="bstrCacheID">A string that identifies the form template in the local InfoPath form cache.</param>
  106.         </member>
  107.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._Application3.IsDestinationReachable(System.String)">
  108.             <summary>Gets a value indicating whether the specified Uniform Resource Locator (URL), universal naming convention (UNC) path, or IP address of the destination computer can be connected to from the client computer.</summary>
  109.             <returns>true if the destination computer is reachable; otherwise, false.</returns>
  110.             <param name="bstrDestination">Specifies the location to check for network connectivity. IP addresses, UNC paths, or URLs are acceptable values.</param>
  111.         </member>
  112.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._Application3.NewADODBConnection">
  113.             <summary>Creates and gets a reference to an empty ActiveX Data Objects (ADO) Connection object.</summary>
  114.             <returns>A reference to an ADO Connection object.</returns>
  115.         </member>
  116.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._Application3.NewADODBRecordset">
  117.             <summary>Creates and gets a reference to an empty ActiveX Data Objects (ADO) Recordset object.</summary>
  118.             <returns>A reference to an empty ActiveX Data Objects (ADO) Recordset object.</returns>
  119.         </member>
  120.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._Application3.Quit(System.Boolean)">
  121.             <summary>Quits the Microsoft Office InfoPath 2007 application.</summary>
  122.             <param name="bForce">Determines whether open forms will be saved during the quit operation. If set to false, all forms will be closed without saving, even if the data in the forms has been changed. If set to true, the user will be prompted to save the forms. Default value is false.</param>
  123.         </member>
  124.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._Application3.RegisterSolution(System.String,System.String)">
  125.             <summary>Installs the specified Microsoft Office InfoPath form template.</summary>
  126.             <param name="bstrSolutionURL">Specifies the Uniform Resource Locator (URL) of the form template. This parameter can be specified as a form definition (.xsf) file or a form template (.xsn) file.</param>
  127.             <param name="bstrBehavior">Specifies how the form template is to be installed. Default value is "overwrite". The only other valid value for this parameter is "new-only".</param>
  128.         </member>
  129.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._Application3.UnregisterSolution(System.String)">
  130.             <summary>Uninstalls the specified Microsoft Office InfoPath 2007 form template.</summary>
  131.             <param name="bstrSolutionURI">Specifies the Uniform Resource Identifier (URI) of the form template.</param>
  132.         </member>
  133.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._Application3.ActiveWindow">
  134.             <summary>Gets a reference to a <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowObject"></see> object that represents the currently active window.</summary>
  135.         </member>
  136.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._Application3.COMAddIns">
  137.             <summary>Gets a Microsoft.Office.Core.COMAddIns object containing information about the COM Add-ins registered for the current InfoPath application.</summary>
  138.             <returns>A Microsoft.Office.Core.COMAddIns collection that contains information about the COM Add-ins registered for the current InfoPath application.</returns>
  139.         </member>
  140.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._Application3.LanguageSettings">
  141.             <summary>Gets a reference to the Microsoft Office LanguageSettings.</summary>
  142.         </member>
  143.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._Application3.MachineOnlineState">
  144.             <summary>Gets the current connection state of the client computer.</summary>
  145.             <returns>A <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XdMachineOnlineState"></see> enumeration.</returns>
  146.         </member>
  147.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._Application3.Name">
  148.             <summary>Gets the name of the Microsoft Office InfoPath 2007 application.</summary>
  149.         </member>
  150.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._Application3.UsableHeight">
  151.             <summary>Gets the available screen height, the maximum number of points to which you can set the height of an InfoPath document window.</summary>
  152.         </member>
  153.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._Application3.UsableWidth">
  154.             <summary>Gets the available screen width, the maximum number of points to which you can set the width of an InfoPath document window.</summary>
  155.         </member>
  156.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._Application3.User">
  157.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.UserObject"></see> object.</summary>
  158.         </member>
  159.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._Application3.Version">
  160.             <summary>Gets the Microsoft Office InfoPath 2007 version number.</summary>
  161.         </member>
  162.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._Application3.Windows">
  163.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowsCollection"></see> collection.</summary>
  164.         </member>
  165.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._Application3.XDocuments">
  166.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocuments"></see> collection.</summary>
  167.         </member>
  168.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust._ButtonEventSink">
  169.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  170.         </member>
  171.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._ButtonEventSink.OnClick(Microsoft.Office.Interop.InfoPath.SemiTrust.DocActionEvent)">
  172.             <summary>
  173.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  174.                                                 </summary>
  175.         </member>
  176.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust._ButtonEventSink_Event">
  177.             <summary>A Button control in a Microsoft Office InfoPath 2007 form template is used to implement an event handler for the <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._ButtonEventSink_Event.OnClick"></see> event, and cannot be used directly in code.</summary>
  178.         </member>
  179.         <member name="E:Microsoft.Office.Interop.InfoPath.SemiTrust._ButtonEventSink_Event.OnClick">
  180.             <summary>Occurs when a Button control is clicked within a view in a Microsoft Office InfoPath 2007 form.</summary>
  181.         </member>
  182.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust._ButtonEventSink_OnClickEventHandler">
  183.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  184.         </member>
  185.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust._ButtonEventSink_SinkHelper">
  186.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  187.         </member>
  188.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust._ButtonEventSink_SinkHelper.m_dwCookie">
  189.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  190.         </member>
  191.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust._ButtonEventSink_SinkHelper.m_OnClickDelegate">
  192.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  193.         </member>
  194.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._ButtonEventSink_SinkHelper.OnClick(Microsoft.Office.Interop.InfoPath.SemiTrust.DocActionEvent)">
  195.             <summary>
  196.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  197.                                                 </summary>
  198.         </member>
  199.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust._DataDOMEventSink">
  200.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  201.         </member>
  202.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._DataDOMEventSink.OnAfterChange(Microsoft.Office.Interop.InfoPath.SemiTrust.DataDOMEvent)">
  203.             <summary>
  204.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  205.                                                 </summary>
  206.         </member>
  207.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._DataDOMEventSink.OnBeforeChange(Microsoft.Office.Interop.InfoPath.SemiTrust.DataDOMEvent)">
  208.             <summary>
  209.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  210.                                                 </summary>
  211.         </member>
  212.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._DataDOMEventSink.OnValidate(Microsoft.Office.Interop.InfoPath.SemiTrust.DataDOMEvent)">
  213.             <summary>
  214.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  215.                                                 </summary>
  216.         </member>
  217.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust._DataDOMEventSink_Event">
  218.             <summary>Implements events for changes to a form's underlying XML document.</summary>
  219.         </member>
  220.         <member name="E:Microsoft.Office.Interop.InfoPath.SemiTrust._DataDOMEventSink_Event.OnAfterChange">
  221.             <summary>Occurs after changes to a form's underlying XML document have been accepted and after the <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._DataDOMEventSink_Event.OnValidate"></see> event has occurred.</summary>
  222.         </member>
  223.         <member name="E:Microsoft.Office.Interop.InfoPath.SemiTrust._DataDOMEventSink_Event.OnBeforeChange">
  224.             <summary>Occurs after changes to a form's underlying XML document have been made but before the changes are accepted.</summary>
  225.         </member>
  226.         <member name="E:Microsoft.Office.Interop.InfoPath.SemiTrust._DataDOMEventSink_Event.OnValidate">
  227.             <summary>Occurs after changes to a form's underlying XML document have been accepted but before the <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._DataDOMEventSink_Event.OnAfterChange"></see> event occurs.</summary>
  228.         </member>
  229.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust._DataDOMEventSink_OnAfterChangeEventHandler">
  230.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  231.         </member>
  232.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust._DataDOMEventSink_OnBeforeChangeEventHandler">
  233.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  234.         </member>
  235.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust._DataDOMEventSink_OnValidateEventHandler">
  236.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  237.         </member>
  238.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust._DataDOMEventSink_SinkHelper">
  239.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  240.         </member>
  241.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust._DataDOMEventSink_SinkHelper.m_dwCookie">
  242.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  243.         </member>
  244.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust._DataDOMEventSink_SinkHelper.m_OnAfterChangeDelegate">
  245.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  246.         </member>
  247.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust._DataDOMEventSink_SinkHelper.m_OnBeforeChangeDelegate">
  248.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  249.         </member>
  250.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust._DataDOMEventSink_SinkHelper.m_OnValidateDelegate">
  251.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  252.         </member>
  253.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._DataDOMEventSink_SinkHelper.OnAfterChange(Microsoft.Office.Interop.InfoPath.SemiTrust.DataDOMEvent)">
  254.             <summary>
  255.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  256.                                                 </summary>
  257.         </member>
  258.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._DataDOMEventSink_SinkHelper.OnBeforeChange(Microsoft.Office.Interop.InfoPath.SemiTrust.DataDOMEvent)">
  259.             <summary>
  260.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  261.                                                 </summary>
  262.         </member>
  263.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._DataDOMEventSink_SinkHelper.OnValidate(Microsoft.Office.Interop.InfoPath.SemiTrust.DataDOMEvent)">
  264.             <summary>
  265.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  266.                                                 </summary>
  267.         </member>
  268.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust._ExternalApplication">
  269.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ExternalApplication"></see>.</summary>
  270.         </member>
  271.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._ExternalApplication.CacheSolution(System.String)">
  272.             <summary>Examines the form template in the cache and, if necessary, updates it from the published location of the form template.</summary>
  273.             <param name="bstrSolutionURI">The string value that specifies the Uniform Resource Identifier (URI) of the form template. This parameter can be specified as a form definition (.xsf) file or a form template (.xsn) file.</param>
  274.         </member>
  275.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._ExternalApplication.Close(System.String)">
  276.             <summary>Closes the specified Microsoft Office InfoPath 2007 form.</summary>
  277.             <param name="bstrDocumentURI">The string value that specifies the Uniform Resource Identifier (URI) of a form.</param>
  278.         </member>
  279.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._ExternalApplication.New(System.String,System.Int32)">
  280.             <summary>Creates a new Microsoft Office InfoPath 2007 form based on a specified form.</summary>
  281.             <param name="dwBehavior">Default value is 1. Specifies how the form should be opened. The values are based on the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XdDocumentVersionMode"></see> enumeration.</param>
  282.             <param name="bstrDocumentURI">The string value that specifies the Uniform Resource Identifier (URI) of a form.</param>
  283.         </member>
  284.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._ExternalApplication.NewFromSolution(System.String)">
  285.             <summary>Creates a new Microsoft Office InfoPath 2007 form based on the specified form template.</summary>
  286.             <param name="bstrSolutionURI">The string value that specifies the Uniform Resource Identifier (URI) of a form template.</param>
  287.         </member>
  288.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._ExternalApplication.Open(System.String,System.Int32)">
  289.             <summary>Opens the specified Microsoft Office InfoPath 2007 form.</summary>
  290.             <param name="dwBehavior">Default value is 1. Specifies how the form should be opened. The values are based on the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XdDocumentVersionMode"></see> enumeration.</param>
  291.             <param name="bstrDocumentURI">The string value that specifies the Uniform Resource Identifier (URI) of a form.</param>
  292.         </member>
  293.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._ExternalApplication.Quit">
  294.             <summary>Quits the Microsoft Office InfoPath 2007 application.</summary>
  295.         </member>
  296.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._ExternalApplication.RegisterSolution(System.String,System.String)">
  297.             <summary>Installs the specified Microsoft Office InfoPath 2007 form template.</summary>
  298.             <param name="bstrSolutionURL">Specifies the Uniform Resource Locator (URL) of the form template. This parameter can be specified as a form definition (.xsf) file or a form template (.xsn) file.</param>
  299.             <param name="bstrBehavior">Default value is overwrite. Specifies how the form template is to be installed. The only other valid value for this parameter is new-only.</param>
  300.         </member>
  301.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._ExternalApplication.UnregisterSolution(System.String)">
  302.             <summary>Uninstalls the specified Microsoft Office InfoPath 2007 form template.</summary>
  303.             <param name="bstrSolutionURI">The string value that specifies the Uniform Resource Identifier (URI) of the form template.</param>
  304.         </member>
  305.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument">
  306.             <summary>This type is a wrapper for a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about the later version of this interface, including usage remarks and examples, see <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2"></see>.</summary>
  307.         </member>
  308.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument.ImportFile(System.String)">
  309.             <summary>
  310.                                                     This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see
  311.                                                     <see cref="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.ImportFile(System.String)"></see>.</summary>
  312.         </member>
  313.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument.PrintOut">
  314.             <summary>
  315.                                                     This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see
  316.                                                     <see cref="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.PrintOut"></see>.</summary>
  317.         </member>
  318.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument.Query">
  319.             <summary>
  320.                                                     This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see
  321.                                                     <see cref="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.Query"></see>.</summary>
  322.         </member>
  323.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument.Save">
  324.             <summary>
  325.                                                     This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see
  326.                                                     <see cref="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.Save"></see>.</summary>
  327.         </member>
  328.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument.SaveAs(System.String)">
  329.             <summary>
  330.                                                     This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see
  331.                                                     <see cref="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.SaveAs(System.String)"></see>.</summary>
  332.         </member>
  333.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument.SetDataVariable(System.Int32,System.String)">
  334.             <summary>
  335.                                                     This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see
  336.                                                     <see cref="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.SetDataVariable(System.Int32,System.String)"></see>.</summary>
  337.         </member>
  338.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument.Submit">
  339.             <summary>
  340.                                                     This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see
  341.                                                     <see cref="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.Submit"></see>.</summary>
  342.         </member>
  343.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2">
  344.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocument"></see>.</summary>
  345.         </member>
  346.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.CreateDOM">
  347.             <summary>Creates a new instance of the XML Document Object Model (DOM) in memory.</summary>
  348.             <returns>An IXMLDOMDocument of the new instance of the XML Document Object Model (DOM).</returns>
  349.         </member>
  350.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.GetDataVariable(System.Int32)">
  351.             <summary>Gets the value of the specified variable, which is a predefined variable stored as a processing instruction attribute in the form's underlying XML document.</summary>
  352.             <returns>The value of the specified variable, which is a predefined variable stored as a processing instruction attribute in the form's underlying XML document.</returns>
  353.             <param name="lVariableNumber">The number of the variable.</param>
  354.         </member>
  355.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.GetDOM(System.String)">
  356.             <summary>Gets a reference to the XML Document Object Model (DOM) of the specified <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataSourceObject"></see> object associated with the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocument"></see> object.</summary>
  357.             <returns>An IXMLDOMDocument of the XML Document Object Model (DOM) of the specified DataObject object associated with the XDocument object.</returns>
  358.             <param name="bstrName">The name of a DataObject object</param>
  359.         </member>
  360.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.GetNamedNodeProperty(System.Object,System.String,System.String)">
  361.             <summary>Gets the value of a named property for the specified XML node, which must be a nonattribute node in the main data source.</summary>
  362.             <returns>The named property for the specified XML node, which must be a nonattribute node in the main data source.</returns>
  363.             <param name="varMainDOMNode">An XML node corresponding to a nonattribute node in the main data source, for which a named property is to be returned.</param>
  364.             <param name="bstrDefaultValue">Specifies the default value to be returned if the property has not been set.</param>
  365.             <param name="bstrPropertyName">Specifies the name of the property whose value is to be returned.</param>
  366.         </member>
  367.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.ImportDOM(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument)">
  368.             <summary>Imports the specified XML data into the current form.</summary>
  369.             <param name="pxDoc">The XML data that is to be imported (merged) into the currently open form.</param>
  370.         </member>
  371.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.ImportFile(System.String)">
  372.             <summary>Imports the specified form into the current form.</summary>
  373.             <param name="bstrFileURI">The Uniform Resource Identifier (URI) of the form that is to be imported (merged) into the currently open form.</param>
  374.         </member>
  375.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.PrintOut">
  376.             <summary>Prints the form content as it is rendered in the window corresponding to the form's active view.</summary>
  377.         </member>
  378.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.Query">
  379.             <summary>Retrieves data from a form's associated data adapter object and stores the data in the form's underlying XML Document Object Model (DOM).</summary>
  380.         </member>
  381.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.Save">
  382.             <summary>Saves the form to the Uniform Resource Locator (URL) that it is currently associated with.</summary>
  383.         </member>
  384.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.SaveAs(System.String)">
  385.             <summary>Saves the form to the specified Uniform Resource Locator (URL).</summary>
  386.             <param name="bstrFileUrl">The URL address that the form should be saved to.</param>
  387.         </member>
  388.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.SetDataVariable(System.Int32,System.String)">
  389.             <summary>Sets the value of a predefined variable stored as a processing instruction attribute in the form's underlying XML document.</summary>
  390.             <param name="bstrVariableValue">The value of the variable.</param>
  391.             <param name="lVariableNumber">The number of the variable.</param>
  392.         </member>
  393.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.SetDirty(System.Boolean)">
  394.             <summary>Sets the <see cref="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.IsDirty"></see> property for the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocument"></see> object, which indicates whether the data in a form has been modified since it was last saved.</summary>
  395.             <param name="vfIsDirty">Specifies whether the form is to be marked as unmodified or not.</param>
  396.         </member>
  397.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.SetNamedNodeProperty(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.String,System.String)">
  398.             <summary>Sets the value of a named property for the supplied XML node, which must be a nonattribute node in the main data source.</summary>
  399.             <param name="bstrPropertyName">Specifies the name of the property being set.</param>
  400.             <param name="bstrValue">Specifies the value to which the property will be set.</param>
  401.             <param name="pxmlMainDOMNode">An XML node corresponding to a nonattribute node in the main data source, for which a named property is to be set.</param>
  402.         </member>
  403.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.Submit">
  404.             <summary>Executes the predefined submit operation in a form.</summary>
  405.         </member>
  406.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.DataAdapters">
  407.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataAdaptersCollection"></see> collection that is associated with a form.</summary>
  408.         </member>
  409.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.DataObjects">
  410.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataObjectsCollection"></see> collection that is associated with a form.</summary>
  411.         </member>
  412.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.DOM">
  413.             <summary>Gets a reference to a form's underlying XML document in the form of an XML Document Object Model (DOM).</summary>
  414.         </member>
  415.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.Errors">
  416.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ErrorsCollection"></see> that is associated with a form.</summary>
  417.         </member>
  418.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.Extension">
  419.             <summary>Gets a reference to the global scripting object, which exposes the functions and global variables contained in a form's primary form code file.</summary>
  420.         </member>
  421.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.IsDirty">
  422.             <summary>Gets a value that indicates whether the data in a form has been modified since it was last saved.</summary>
  423.         </member>
  424.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.IsDOMReadOnly">
  425.             <summary>Gets a value that indicates whether the data in the underlying XML document of a form has been placed in a read-only state.</summary>
  426.         </member>
  427.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.IsNew">
  428.             <summary>Gets a value that indicates whether a newly created form has been saved.</summary>
  429.         </member>
  430.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.IsReadOnly">
  431.             <summary>Gets a value that indicates whether a form is in read-only mode.</summary>
  432.         </member>
  433.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.IsRecovered">
  434.             <summary>Gets a value that indicates whether a form was last saved by an AutoRecover save operation.</summary>
  435.         </member>
  436.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.IsSigned">
  437.             <summary>Gets a value that indicates whether a form has been digitally signed using digital signatures.</summary>
  438.         </member>
  439.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.Language">
  440.             <summary>Gets or sets a form's default language code.</summary>
  441.         </member>
  442.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.QueryAdapter">
  443.             <summary>Gets a reference to the data adapter object that is associated with a form.</summary>
  444.         </member>
  445.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.Role">
  446.             <summary>Gets or sets the user's current role.</summary>
  447.         </member>
  448.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.SignedDataBlocks">
  449.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlocksCollection"></see> collection that is associated with an <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocument"></see> object.</summary>
  450.         </member>
  451.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.Solution">
  452.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SolutionObject"></see> object that is associated with a form.</summary>
  453.         </member>
  454.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.UI">
  455.             <summary>Returns a reference to <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.UIObject"></see> object.</summary>
  456.         </member>
  457.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.URI">
  458.             <summary>Gets the Uniform Resource Identifier (URI) of a form.</summary>
  459.         </member>
  460.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.Util">
  461.             <summary>Gets a reference to <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.UtilObject"></see> object.</summary>
  462.         </member>
  463.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.View">
  464.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewObject"></see> associated with a form.</summary>
  465.         </member>
  466.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.ViewInfos">
  467.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewInfosCollection"></see> collection associated with a form.</summary>
  468.         </member>
  469.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3">
  470.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocument"></see>.</summary>
  471.         </member>
  472.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.CloseDocument">
  473.             <summary>Closes the form.</summary>
  474.         </member>
  475.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.CreateDOM">
  476.             <summary>Creates a new instance of the XML Document Object Model (DOM) in memory.</summary>
  477.             <returns>An IXMLDOMDocument that can be accessed from a new instance of the XML Document Object Model (DOM).</returns>
  478.         </member>
  479.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.GetDataVariable(System.Int32)">
  480.             <summary>Gets the value of the specified variable, which is a predefined variable stored as a processing instruction attribute in the form's underlying XML document.</summary>
  481.             <returns>The value of the specified variable, which is a predefined variable stored as a processing instruction attribute in the form's underlying XML document.</returns>
  482.             <param name="lVariableNumber">The number of the variable.</param>
  483.         </member>
  484.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.GetDOM(System.String)">
  485.             <summary>Gets a reference to the XML Document Object Model (DOM) of the specified <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataSourceObject"></see> object associated with the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocument"></see> object.</summary>
  486.             <returns>An IXMLDOMDocument of the XML Document Object Model (DOM) of the specified DataObject object associated with the XDocument object.</returns>
  487.             <param name="bstrName">The name of a DataObject object</param>
  488.         </member>
  489.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.GetNamedNodeProperty(System.Object,System.String,System.String)">
  490.             <summary>Gets the value of a named property for the specified XML node, which must be a nonattribute node in the main data source.</summary>
  491.             <returns>The named property for the specified XML node, which must be a nonattribute node in the main data source.</returns>
  492.             <param name="varMainDOMNode">An XML node corresponding to a nonattribute node in the main data source, for which a named property is to be returned.</param>
  493.             <param name="bstrDefaultValue">Specifies the default value to be returned if the property has not been set.</param>
  494.             <param name="bstrPropertyName">Specifies the name of the property whose value is to be returned.</param>
  495.         </member>
  496.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.GetWorkflowTasks">
  497.             <summary>Gets a reference to a Microsoft.Office.Core.WorkflowTasks collection for the current form.</summary>
  498.             <returns>A <see cref="T:Microsoft.Office.Core.WorkflowTasks"></see> collection that contains any <see cref="T:Microsoft.Office.Core.WorkflowTask"></see> objects for the current form.</returns>
  499.         </member>
  500.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.GetWorkflowTemplates">
  501.             <summary>Gets a reference to a Microsoft.Office.Core.WorkflowTemplates collection for the current form.</summary>
  502.             <returns>A <see cref="T:Microsoft.Office.Core.WorkflowTemplates"></see> collection that contains any <see cref="T:Microsoft.Office.Core.WorkflowTemplate"></see> objects for the current form.</returns>
  503.         </member>
  504.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.ImportDOM(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument)">
  505.             <summary>Imports the specified XML data into the current form.</summary>
  506.             <param name="pxDoc">The XML data that is to be imported (merged) into the currently open form.</param>
  507.         </member>
  508.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.ImportFile(System.String)">
  509.             <summary>Imports the specified form into the current form.</summary>
  510.             <param name="bstrFileURI">The Uniform Resource Identifier (URI) of the form that is to be imported (merged) into the currently open form.</param>
  511.         </member>
  512.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.NotifyHost(System.String)">
  513.             <summary>Provides a custom value to the hosting application or ASPX page.</summary>
  514.             <param name="bstrNotification">A custom value that will be used by the code in the hosting application or ASPX page.</param>
  515.         </member>
  516.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.PrintOut">
  517.             <summary>Prints the form content as it is rendered in the window corresponding to the form's active view.</summary>
  518.         </member>
  519.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.Query">
  520.             <summary>Retrieves data from a form's associated data adapter object and stores the data in the form's underlying XML Document Object Model (DOM).</summary>
  521.         </member>
  522.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.Save">
  523.             <summary>Saves the form to the Uniform Resource Locator (URL) that it is currently associated with.</summary>
  524.         </member>
  525.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.SaveAs(System.String)">
  526.             <summary>Saves the form to the specified Uniform Resource Locator (URL).</summary>
  527.             <param name="bstrFileUrl">The URL address that the form should be saved to.</param>
  528.         </member>
  529.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.SetDataVariable(System.Int32,System.String)">
  530.             <summary>Sets the value of a predefined variable stored as a processing instruction attribute in the form's underlying XML document.</summary>
  531.             <param name="bstrVariableValue">The value of the variable.</param>
  532.             <param name="lVariableNumber">The number of the variable.</param>
  533.         </member>
  534.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.SetDirty(System.Boolean)">
  535.             <summary>Sets the <see cref="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.IsDirty"></see> property for the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocument"></see> object, which indicates whether the data in a Microsoft Office InfoPath 2007 form has been modified since it was last saved.</summary>
  536.             <param name="vfIsDirty">Specifies whether the form is to be marked as unmodified or not.</param>
  537.         </member>
  538.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.SetNamedNodeProperty(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.String,System.String)">
  539.             <summary>Sets the value of a named property for the supplied XML node, which must be a nonattribute node in the main data source.</summary>
  540.             <param name="bstrPropertyName">Specifies the name of the property being set.</param>
  541.             <param name="bstrValue">Specifies the value to which the property will be set.</param>
  542.             <param name="pxmlMainDOMNode">An XML node corresponding to a nonattribute node in the main data source, for which a named property is to be set.</param>
  543.         </member>
  544.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.Submit">
  545.             <summary>Executes the predefined submit operation in a Microsoft Office InfoPath 2007 form.</summary>
  546.         </member>
  547.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.DataAdapters">
  548.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataAdaptersCollection"></see> collection that is associated with a Microsoft Office InfoPath 2007 form.</summary>
  549.         </member>
  550.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.DataObjects">
  551.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataObjectsCollection"></see> collection that is associated with a Microsoft Office InfoPath 2007 form.</summary>
  552.         </member>
  553.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.DOM">
  554.             <summary>Gets a reference to a form's underlying XML document in the form of an XML Document Object Model (DOM).</summary>
  555.         </member>
  556.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.Errors">
  557.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ErrorsCollection"></see> that is associated with a Microsoft Office InfoPath 2007 form.</summary>
  558.         </member>
  559.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.Extension">
  560.             <summary>Gets a reference to the global scripting object, which exposes the functions and global variables contained in a Microsoft Office InfoPath 2007 form's primary form code file.</summary>
  561.         </member>
  562.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.Host">
  563.             <summary>Gets a System.Object that code running in a hosted instance of InfoPath can use to access the object model of the host application.</summary>
  564.             <returns>A System.Object that represents the method defined in the host application for accessing that application's object model.</returns>
  565.         </member>
  566.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.HostName">
  567.             <summary>Gets the name of the application hosting InfoPath as a control. </summary>
  568.             <returns>The name of the host application.</returns>
  569.         </member>
  570.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.InputParameters">
  571.             <summary>Gets an <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.InputParameterCollection"></see> object containing any input parameters specified using the /InputParameters command-line option, or specified using query parameters in a URL.</summary>
  572.             <returns>An <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.InputParameterCollection"></see> object containing input parameters.</returns>
  573.         </member>
  574.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.IsDirty">
  575.             <summary>Gets a value that indicates whether the data in a Microsoft Office InfoPath 2007 form has been modified since it was last saved.</summary>
  576.         </member>
  577.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.IsDOMReadOnly">
  578.             <summary>Gets a value that indicates whether the data in the underlying XML document of a Microsoft Office InfoPath 2007 form has been placed in a read-only state.</summary>
  579.         </member>
  580.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.IsHosted">
  581.             <summary>Gets whether InfoPath is hosted as a control in another application.</summary>
  582.             <returns>true if InfoPath is hosted as a control in another application; otherwise false.</returns>
  583.         </member>
  584.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.IsNew">
  585.             <summary>Gets a value that indicates whether a newly created Microsoft Office InfoPath 2007 form has been saved.</summary>
  586.         </member>
  587.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.IsReadOnly">
  588.             <summary>Gets a value that indicates whether a Microsoft Office InfoPath 2007 form is in read-only mode.</summary>
  589.         </member>
  590.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.IsRecovered">
  591.             <summary>Gets a value that indicates whether a Microsoft Office InfoPath 2007 form was last saved by an AutoRecover save operation.</summary>
  592.         </member>
  593.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.IsSigned">
  594.             <summary>Gets a value that indicates whether a Microsoft Office InfoPath 2007 form has been digitally signed using digital signatures.</summary>
  595.         </member>
  596.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.Language">
  597.             <summary>Gets or sets a Microsoft Office InfoPath 2007 form's default language code.</summary>
  598.         </member>
  599.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.Permission">
  600.             <summary>Gets a reference to a <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.PermissionObject"></see> object associated with the form.</summary>
  601.             <returns>A <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.PermissionObject"></see> object that represents the Information Rights Management (IRM) permission settings for the form.</returns>
  602.         </member>
  603.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.QueryAdapter">
  604.             <summary>Gets a reference to the data adapter object that is associated with a Microsoft Office InfoPath 2007 form.</summary>
  605.         </member>
  606.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.Role">
  607.             <summary>Gets or sets the user's current role.</summary>
  608.         </member>
  609.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.SignedDataBlocks">
  610.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlocksCollection"></see> collection that is associated with an <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocument"></see> object.</summary>
  611.         </member>
  612.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.Solution">
  613.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SolutionObject"></see> object that is associated with a Microsoft Office InfoPath 2007 form.</summary>
  614.         </member>
  615.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.UI">
  616.             <summary>Returns a reference to <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.UIObject"></see> object.</summary>
  617.         </member>
  618.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.URI">
  619.             <summary>Gets the Uniform Resource Identifier (URI) of a Microsoft Office InfoPath 2007 form.</summary>
  620.         </member>
  621.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.Util">
  622.             <summary>Gets a reference to <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.UtilObject"></see> object.</summary>
  623.         </member>
  624.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.View">
  625.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewObject"></see> associated with a Microsoft Office InfoPath 2007 form.</summary>
  626.         </member>
  627.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument3.ViewInfos">
  628.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewInfosCollection"></see> collection associated with a Microsoft Office InfoPath 2007 form.</summary>
  629.         </member>
  630.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink">
  631.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  632.         </member>
  633.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink.OnAfterImport(Microsoft.Office.Interop.InfoPath.SemiTrust.DocEvent)">
  634.             <summary>
  635.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  636.                                                 </summary>
  637.         </member>
  638.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink.OnLoad(Microsoft.Office.Interop.InfoPath.SemiTrust.DocReturnEvent)">
  639.             <summary>
  640.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  641.                                                 </summary>
  642.         </member>
  643.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink.OnSubmitRequest(Microsoft.Office.Interop.InfoPath.SemiTrust.DocReturnEvent)">
  644.             <summary>
  645.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  646.                                                 </summary>
  647.         </member>
  648.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink.OnSwitchView(Microsoft.Office.Interop.InfoPath.SemiTrust.DocEvent)">
  649.             <summary>
  650.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  651.                                                 </summary>
  652.         </member>
  653.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink.OnVersionUpgrade(Microsoft.Office.Interop.InfoPath.SemiTrust.VersionUpgradeEvent)">
  654.             <summary>
  655.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  656.                                                 </summary>
  657.         </member>
  658.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2">
  659.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  660.         </member>
  661.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2.OnAfterImport(Microsoft.Office.Interop.InfoPath.SemiTrust.DocEvent)">
  662.             <summary>
  663.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  664.                                                 </summary>
  665.         </member>
  666.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2.OnContextChange(Microsoft.Office.Interop.InfoPath.SemiTrust.DocContextChangeEvent)">
  667.             <summary>
  668.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  669.                                                 </summary>
  670.         </member>
  671.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2.OnLoad(Microsoft.Office.Interop.InfoPath.SemiTrust.DocReturnEvent)">
  672.             <summary>
  673.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  674.                                                 </summary>
  675.         </member>
  676.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2.OnMergeRequest(Microsoft.Office.Interop.InfoPath.SemiTrust.MergeEvent)">
  677.             <summary>
  678.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  679.                                                 </summary>
  680.         </member>
  681.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2.OnSaveRequest(Microsoft.Office.Interop.InfoPath.SemiTrust.SaveEvent)">
  682.             <summary>
  683.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  684.                                                 </summary>
  685.         </member>
  686.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2.OnSign(Microsoft.Office.Interop.InfoPath.SemiTrust.SignEvent)">
  687.             <summary>
  688.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  689.                                                 </summary>
  690.         </member>
  691.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2.OnSubmitRequest(Microsoft.Office.Interop.InfoPath.SemiTrust.DocReturnEvent)">
  692.             <summary>
  693.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  694.                                                 </summary>
  695.         </member>
  696.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2.OnSwitchView(Microsoft.Office.Interop.InfoPath.SemiTrust.DocEvent)">
  697.             <summary>
  698.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  699.                                                 </summary>
  700.         </member>
  701.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2.OnVersionUpgrade(Microsoft.Office.Interop.InfoPath.SemiTrust.VersionUpgradeEvent)">
  702.             <summary>
  703.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  704.                                                 </summary>
  705.         </member>
  706.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event">
  707.             <summary>Implements form-level events.</summary>
  708.         </member>
  709.         <member name="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnAfterImport">
  710.             <summary>Occurs after the import (or merge) operation has successfully completed.</summary>
  711.         </member>
  712.         <member name="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnContextChange">
  713.             <summary>Occurs after the context node changes.</summary>
  714.         </member>
  715.         <member name="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnLoad">
  716.             <summary>Occurs after a Microsoft Office InfoPath 2007 form has been loaded, but before any views have been initialized.</summary>
  717.         </member>
  718.         <member name="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnMergeRequest">
  719.             <summary>Occurs when the merge operation is invoked either from the Microsoft Office InfoPath 2007 user interface or from the command line by using the /aggregate option.</summary>
  720.         </member>
  721.         <member name="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnSaveRequest">
  722.             <summary>Occurs when the save operation is invoked from the Microsoft Office InfoPath 2007 user interface or by using the <see cref="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.Save"></see> or <see cref="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.SaveAs(System.String)"></see> methods.</summary>
  723.         </member>
  724.         <member name="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnSign">
  725.             <summary>Occurs after a set of signed data has been selected to sign through the Digital Signature wizard.</summary>
  726.         </member>
  727.         <member name="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnSubmitRequest">
  728.             <summary>Occurs when the submit operation is invoked either from the Microsoft Office InfoPath 2007 user interface or by using <see cref="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2.Submit"></see> method.</summary>
  729.         </member>
  730.         <member name="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnSwitchView">
  731.             <summary>Occurs after a view in a Microsoft Office InfoPath 2007 form has been successfully switched.</summary>
  732.         </member>
  733.         <member name="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnVersionUpgrade">
  734.             <summary>Occurs when the version number of a Microsoft Office InfoPath 2007 form being opened is older than the version number of the form template on which it is based.</summary>
  735.         </member>
  736.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_OnAfterImportEventHandler">
  737.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  738.         </member>
  739.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_OnContextChangeEventHandler">
  740.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  741.         </member>
  742.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_OnLoadEventHandler">
  743.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  744.         </member>
  745.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_OnMergeRequestEventHandler">
  746.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  747.         </member>
  748.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_OnSaveRequestEventHandler">
  749.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  750.         </member>
  751.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_OnSignEventHandler">
  752.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  753.         </member>
  754.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_OnSubmitRequestEventHandler">
  755.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  756.         </member>
  757.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_OnSwitchViewEventHandler">
  758.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  759.         </member>
  760.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_OnVersionUpgradeEventHandler">
  761.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  762.         </member>
  763.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_SinkHelper">
  764.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  765.         </member>
  766.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_SinkHelper.m_dwCookie">
  767.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  768.         </member>
  769.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_SinkHelper.m_OnAfterImportDelegate">
  770.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  771.         </member>
  772.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_SinkHelper.m_OnContextChangeDelegate">
  773.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  774.         </member>
  775.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_SinkHelper.m_OnLoadDelegate">
  776.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  777.         </member>
  778.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_SinkHelper.m_OnMergeRequestDelegate">
  779.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  780.         </member>
  781.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_SinkHelper.m_OnSaveRequestDelegate">
  782.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  783.         </member>
  784.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_SinkHelper.m_OnSignDelegate">
  785.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  786.         </member>
  787.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_SinkHelper.m_OnSubmitRequestDelegate">
  788.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  789.         </member>
  790.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_SinkHelper.m_OnSwitchViewDelegate">
  791.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  792.         </member>
  793.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_SinkHelper.m_OnVersionUpgradeDelegate">
  794.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  795.         </member>
  796.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_SinkHelper.OnAfterImport(Microsoft.Office.Interop.InfoPath.SemiTrust.DocEvent)">
  797.             <summary>
  798.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  799.                                                 </summary>
  800.         </member>
  801.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_SinkHelper.OnContextChange(Microsoft.Office.Interop.InfoPath.SemiTrust.DocContextChangeEvent)">
  802.             <summary>
  803.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  804.                                                 </summary>
  805.         </member>
  806.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_SinkHelper.OnLoad(Microsoft.Office.Interop.InfoPath.SemiTrust.DocReturnEvent)">
  807.             <summary>
  808.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  809.                                                 </summary>
  810.         </member>
  811.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_SinkHelper.OnMergeRequest(Microsoft.Office.Interop.InfoPath.SemiTrust.MergeEvent)">
  812.             <summary>
  813.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  814.                                                 </summary>
  815.         </member>
  816.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_SinkHelper.OnSaveRequest(Microsoft.Office.Interop.InfoPath.SemiTrust.SaveEvent)">
  817.             <summary>
  818.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  819.                                                 </summary>
  820.         </member>
  821.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_SinkHelper.OnSign(Microsoft.Office.Interop.InfoPath.SemiTrust.SignEvent)">
  822.             <summary>
  823.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  824.                                                 </summary>
  825.         </member>
  826.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_SinkHelper.OnSubmitRequest(Microsoft.Office.Interop.InfoPath.SemiTrust.DocReturnEvent)">
  827.             <summary>
  828.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  829.                                                 </summary>
  830.         </member>
  831.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_SinkHelper.OnSwitchView(Microsoft.Office.Interop.InfoPath.SemiTrust.DocEvent)">
  832.             <summary>
  833.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  834.                                                 </summary>
  835.         </member>
  836.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_SinkHelper.OnVersionUpgrade(Microsoft.Office.Interop.InfoPath.SemiTrust.VersionUpgradeEvent)">
  837.             <summary>
  838.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  839.                                                 </summary>
  840.         </member>
  841.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ADOAdapter">
  842.             <summary>This type is a wrapper for a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about the later version of this interface, including usage remarks and examples, see <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ADOAdapter2"></see>.</summary>
  843.         </member>
  844.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ADOAdapter2">
  845.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ADOAdapterObject"></see>.</summary>
  846.         </member>
  847.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.ADOAdapter2.BuildSQLFromXMLNodes(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  848.             <summary>Returns a SQL command text fragment using the specified XML node.</summary>
  849.             <returns>A SQL command text fragment.</returns>
  850.             <param name="pXmlNode">The XML node to be converted to an SQL fragment.</param>
  851.         </member>
  852.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.ADOAdapter2.Query">
  853.             <summary>Reads data from the associated data adapter.</summary>
  854.         </member>
  855.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.ADOAdapter2.Submit">
  856.             <summary>Executes the submit operation on the associated data adapter.</summary>
  857.         </member>
  858.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.ADOAdapter2.Command">
  859.             <summary>Gets or sets the SQL command string text for an <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ADOAdapterObject"></see> object.</summary>
  860.         </member>
  861.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.ADOAdapter2.Connection">
  862.             <summary>Gets or sets the connection string used for an <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ADOAdapterObject"></see> object.</summary>
  863.         </member>
  864.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.ADOAdapter2.Name">
  865.             <summary>Gets the name of an <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ADOAdapterObject"></see> object.</summary>
  866.         </member>
  867.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.ADOAdapter2.QueryAllowed">
  868.             <summary>Returns true, corresponding to the queryAllowed attribute in the form definition file (.xsf).</summary>
  869.         </member>
  870.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.ADOAdapter2.SubmitAllowed">
  871.             <summary>Returns a value corresponding to the submitAllowed attribute in the form definition file (.xsf).</summary>
  872.         </member>
  873.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.ADOAdapter2.Timeout">
  874.             <summary>Gets or sets the timeout value for an <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ADOAdapterObject"></see> object.</summary>
  875.         </member>
  876.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ADOAdapterObject">
  877.             <summary>Represents a connection to a Microsoft ActiveX Data Objects/OLEDB data source.</summary>
  878.         </member>
  879.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.Application">
  880.             <summary>Represents the Microsoft Office InfoPath 2007 application.</summary>
  881.         </member>
  882.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.Certificate">
  883.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.CertificateObject"></see>.</summary>
  884.         </member>
  885.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Certificate.ExpirationDate">
  886.             <summary>Returns the expiration date of a digital certificate in the localized 'SHORTDATE' format.</summary>
  887.         </member>
  888.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Certificate.IssuedBy">
  889.             <summary>Returns the issuer of the digital certificate.</summary>
  890.         </member>
  891.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Certificate.IssuedTo">
  892.             <summary>Returns to whom the digital certificate is issued.</summary>
  893.         </member>
  894.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Certificate.Status">
  895.             <summary>Returns the status of the digital certificate.</summary>
  896.         </member>
  897.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.CertificateObject">
  898.             <summary>Represents the X.509 digital certificate that has been used to create a signature.</summary>
  899.         </member>
  900.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataAdapters">
  901.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataAdaptersCollection"></see>.</summary>
  902.         </member>
  903.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.DataAdapters.GetEnumerator">
  904.             <summary>Gets an IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataAdaptersEnumerator"></see> object.</summary>
  905.             <returns>An IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataAdaptersEnumerator"></see> object.</returns>
  906.         </member>
  907.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DataAdapters.Count">
  908.             <summary>Gets the number of data adapters in <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataAdaptersCollection"></see> collection.</summary>
  909.         </member>
  910.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DataAdapters.Item(System.Object)">
  911.             <summary>Gets a reference to the specified data adapter object from the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataAdaptersCollection"></see> collection, based on position or name.</summary>
  912.             <param name="varIndex">An expression that specifies the position of a member of the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataAdaptersCollection"></see> collection. If the argument is a numeric expression, it must be a number from 0 to the value of the <see cref="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DataAdapters.Count"></see> property minus 1. If the argument is a string expression, it must be the name of a member of the collection.</param>
  913.         </member>
  914.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataAdaptersCollection">
  915.             <summary>Contains a data adapter object corresponding to each data connection used within a Microsoft Office InfoPath 2007 form.</summary>
  916.         </member>
  917.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataAdaptersEnumerator">
  918.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  919.         </member>
  920.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.DataAdaptersEnumerator.#ctor(System.Object)">
  921.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  922.         </member>
  923.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.DataAdaptersEnumerator.Reset">
  924.             <summary>
  925.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  926.                                                 </summary>
  927.         </member>
  928.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataDOMEvent">
  929.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataDOMEventObject"></see>.</summary>
  930.         </member>
  931.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.DataDOMEvent.ReportError(System.Object,System.String,System.Boolean,System.String,System.Int32,System.String)">
  932.             <summary>Creates an <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ErrorObject"></see> object and adds it to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ErrorsCollection"></see> collection.</summary>
  933.             <returns>The <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ErrorObject"></see> object representing the newly created Error.</returns>
  934.             <param name="bstrShortErrorMessage">The text to be used for the short error message.</param>
  935.             <param name="bstrDetailedErrorMessage">The text to be used for the detailed error message.</param>
  936.             <param name="fSiteIndependent">Sets the condition for automatic deletion of the Error object. If true, the Error object will be deleted on change for any nodes that matched the XPath expression corresponding to the Error object. If false, the Error object will be deleted when the node returned by the <see cref="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DataDOMEvent.Site"></see> property of a given event object has been changed.</param>
  937.             <param name="bstrType">Default value is "modeless". Determines whether the change in value will be automatically rejected or whether the user will be prompted to accept or reject the change. The other value is "modal".</param>
  938.             <param name="varNode">The XML Document Object Model (DOM) node that the error is associated with.</param>
  939.             <param name="lErrorCode">The number to be used as the error code.</param>
  940.         </member>
  941.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DataDOMEvent.IsUndoRedo">
  942.             <summary>Gets a value indicating whether the data validation event occurs during an undo operation or a redo operation.</summary>
  943.         </member>
  944.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DataDOMEvent.MatchExpression">
  945.             <summary>Gets the XPath expression for the XML Document Object Model (DOM) node for which the event is currently being processed.</summary>
  946.         </member>
  947.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DataDOMEvent.NewValue">
  948.             <summary>Gets the value of an XML Document Object Model (DOM) node that is being updated or inserted during a data validation event.</summary>
  949.         </member>
  950.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DataDOMEvent.OldValue">
  951.             <summary>Gets the original value of an XML Document Object Model (DOM) node that is being updated or deleted during a data validation event.</summary>
  952.         </member>
  953.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DataDOMEvent.Operation">
  954.             <summary>Gets the type of action that is applied to an XML Document Object Model (DOM) node during a data validation event.</summary>
  955.         </member>
  956.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DataDOMEvent.Parent">
  957.             <summary>Gets a reference to the XML Document Object Model (DOM) node of the parent of the XML DOM node being changed during a data validation event.</summary>
  958.         </member>
  959.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DataDOMEvent.ReturnMessage">
  960.             <summary>Gets or sets the error message that will be returned if the data validation event is not successful.</summary>
  961.         </member>
  962.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DataDOMEvent.ReturnStatus">
  963.             <summary>Gets or sets a value indicating the return status of the data validation event.</summary>
  964.         </member>
  965.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DataDOMEvent.Site">
  966.             <summary>Gets a reference to the XML Document Object Model (DOM) node where the data validation event is currently being processed.</summary>
  967.         </member>
  968.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DataDOMEvent.Source">
  969.             <summary>Gets a reference to the XML Document Object Model (DOM) where the data validation event is occurring.</summary>
  970.         </member>
  971.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DataDOMEvent.XDocument">
  972.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocument"></see> object that is associated with the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataDOMEventObject"></see> object during a data validation event.</summary>
  973.         </member>
  974.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataDOMEventObject">
  975.             <summary>An event object that is used during Microsoft Office InfoPath 2007 data validation events.</summary>
  976.         </member>
  977.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataObject">
  978.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataSourceObject"></see>.</summary>
  979.         </member>
  980.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.DataObject.Query">
  981.             <summary>Executes the query operation on the data adapter associated with the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataSourceObject"></see> object, and inserts the returned XML in the associated data source (XML DOM).</summary>
  982.         </member>
  983.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DataObject.DOM">
  984.             <summary>Gets a reference to an XML Document Object Model (DOM) that is associated with a <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataSourceObject"></see> object.</summary>
  985.         </member>
  986.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DataObject.Name">
  987.             <summary>Gets the name of the associated <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataSourceObject"></see> object.</summary>
  988.         </member>
  989.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DataObject.QueryAdapter">
  990.             <summary>Gets a reference to the data adapter object that is used for a secondary data source.</summary>
  991.         </member>
  992.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataObjects">
  993.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataObjectsCollection"></see>.</summary>
  994.         </member>
  995.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.DataObjects.GetEnumerator">
  996.             <summary>Gets an IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataObjectsCollection"></see> object.</summary>
  997.             <returns>An IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataObjectsCollection"></see> object.</returns>
  998.         </member>
  999.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DataObjects.Count">
  1000.             <summary>Gets a count of the number of <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataSourceObject"></see> objects contained in the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataObjectsCollection"></see> collection.</summary>
  1001.         </member>
  1002.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DataObjects.Item(System.Object)">
  1003.             <summary>Gets a reference to the specified <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataSourceObject"></see> object from the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataObjectsCollection"></see> collection.</summary>
  1004.             <param name="varIndex">An expression that specifies the position of a member of the DataObjects collection. If a numeric expression, the argument must be a number from 0 to the value of the <see cref="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DataObjects.Count"></see> property minus 1. If a string expression, the argument must be the name of a member of the collection.</param>
  1005.         </member>
  1006.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataObjectsCollection">
  1007.             <summary>Contains a <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataSourceObject"></see> object for each secondary data source used within a Microsoft Office InfoPath 2007 form.</summary>
  1008.         </member>
  1009.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataObjectsEnumerator">
  1010.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  1011.         </member>
  1012.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.DataObjectsEnumerator.#ctor(System.Object)">
  1013.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  1014.         </member>
  1015.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.DataObjectsEnumerator.Reset">
  1016.             <summary>
  1017.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  1018.                                                 </summary>
  1019.         </member>
  1020.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataSourceObject">
  1021.             <summary>Represents a secondary data source.</summary>
  1022.         </member>
  1023.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.Date">
  1024.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DateObject"></see>.</summary>
  1025.         </member>
  1026.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.Date.Now">
  1027.             <summary>Gets the current system date and time in ISO format (YYYY-MM-DDThh:mm:ss).</summary>
  1028.             <returns>An object that represents the current date and time.</returns>
  1029.         </member>
  1030.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.Date.Today">
  1031.             <summary>Gets the current system date in ISO format (YYYY-MM-DD).</summary>
  1032.             <returns>An object that represents the current date.</returns>
  1033.         </member>
  1034.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DateObject">
  1035.             <summary>Provides several date-related methods that can be used in Microsoft Office InfoPath 2007 forms.</summary>
  1036.         </member>
  1037.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DAVAdapter">
  1038.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DAVAdapterObject"></see>.</summary>
  1039.         </member>
  1040.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.DAVAdapter.Query">
  1041.             <summary>The Query method is available for the <see cref="T:Microsoft.Office.Interop.InfoPath.DAVAdapterObject"></see> object but, because the DAVAdapter object is available for submitting data only, the method will always generate a run-time error when it is called on that object.</summary>
  1042.         </member>
  1043.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.DAVAdapter.Submit">
  1044.             <summary>Executes the submit operation on the associated adapter.</summary>
  1045.         </member>
  1046.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.DAVAdapter.SubmitData(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  1047.             <summary>Submits the specified DOM element or DOM document to a data adapter.</summary>
  1048.             <param name="pData">The XML data that is to be submitted.</param>
  1049.         </member>
  1050.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DAVAdapter.FileName">
  1051.             <summary>Gets or sets the file name that the current Microsoft Office InfoPath 2007 form will be given when the form is submitted by the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DAVAdapterObject"></see>.</summary>
  1052.         </member>
  1053.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DAVAdapter.FolderURL">
  1054.             <summary>Gets or sets the Uniform Resource Locator (URL) to which the form will be submitted by the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DAVAdapterObject"></see> object.</summary>
  1055.         </member>
  1056.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DAVAdapter.Name">
  1057.             <summary>Gets the name of a <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DAVAdapterObject"></see> object.</summary>
  1058.         </member>
  1059.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DAVAdapter.QueryAllowed">
  1060.             <summary>Returns false, corresponding to the queryAllowed attribute in the form definition file (.xsf).</summary>
  1061.         </member>
  1062.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DAVAdapter.SubmitAllowed">
  1063.             <summary>Returns true, corresponding to the submitAllowed attribute in the form definition file (.xsf).</summary>
  1064.         </member>
  1065.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DAVAdapterObject">
  1066.             <summary>Represents a connection to submit form information to a Microsoft Windows SharePoint Services server, or other servers that support DAV connections.</summary>
  1067.         </member>
  1068.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DocActionEvent">
  1069.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DocActionEventObject"></see>.</summary>
  1070.         </member>
  1071.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DocActionEvent.ReturnStatus">
  1072.             <summary>Gets or sets the return status of the <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._ButtonEventSink_Event.OnClick"></see> event.</summary>
  1073.         </member>
  1074.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DocActionEvent.Source">
  1075.             <summary>Gets a reference to the inner-most XML Document Object Model (DOM) node of a form's underlying XML document.</summary>
  1076.         </member>
  1077.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DocActionEvent.XDocument">
  1078.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocument"></see> object that is associated with the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DocActionEventObject"></see> event during an <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._ButtonEventSink_Event.OnClick"></see> event.</summary>
  1079.         </member>
  1080.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DocActionEventObject">
  1081.             <summary>An event object that is used during a Microsoft Office InfoPath 2007 button click event.</summary>
  1082.         </member>
  1083.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DocContextChangeEvent">
  1084.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DocContextChangeEventObject"></see>.</summary>
  1085.         </member>
  1086.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DocContextChangeEvent.Context">
  1087.             <summary>Gets a reference to the XML Document Object Model (DOM) node that is the new context node provided by <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DocContextChangeEventObject"></see> object.</summary>
  1088.         </member>
  1089.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DocContextChangeEvent.IsUndoRedo">
  1090.             <summary>Gets a value indicating whether the context change event occurred in response to undoing an operation or redoing an operation.</summary>
  1091.         </member>
  1092.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DocContextChangeEvent.Type">
  1093.             <summary>Gets the type of context change event that occurred when the <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnContextChange"></see> event was triggered.</summary>
  1094.         </member>
  1095.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DocContextChangeEvent.XDocument">
  1096.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocument"></see> object that is associated with the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DocContextChangeEventObject"></see> object in an <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnContextChange"></see> event.</summary>
  1097.         </member>
  1098.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DocContextChangeEventObject">
  1099.             <summary>An event object that is used during a Microsoft Office InfoPath 2007 context change event.</summary>
  1100.         </member>
  1101.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DocEvent">
  1102.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DocEventObject"></see>.</summary>
  1103.         </member>
  1104.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DocEvent.XDocument">
  1105.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocument"></see> object that is associated with the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DocEventObject"></see> object during an <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnSwitchView"></see> or <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnAfterImport"></see> event.</summary>
  1106.         </member>
  1107.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DocEventObject">
  1108.             <summary>An event object that is used during a Microsoft Office InfoPath 2007 merge or view switching event.</summary>
  1109.         </member>
  1110.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DocReturnEvent">
  1111.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DocReturnEventObject"></see>.</summary>
  1112.         </member>
  1113.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DocReturnEvent.ReturnStatus">
  1114.             <summary>Gets or sets a value indicating the return status of the <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnLoad"></see> event and the <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnSubmitRequest"></see> event.</summary>
  1115.         </member>
  1116.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.DocReturnEvent.XDocument">
  1117.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocument"></see> object that is associated with the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DocReturnEventObject"></see> object during an <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnLoad"></see> or <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnSubmitRequest"></see> event.</summary>
  1118.         </member>
  1119.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DocReturnEventObject">
  1120.             <summary>An event object that is used during a Microsoft Office InfoPath 2007 load or submission event.</summary>
  1121.         </member>
  1122.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DOMDocument50">
  1123.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1124.         </member>
  1125.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DOMNode">
  1126.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1127.         </member>
  1128.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DOMNodeList">
  1129.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1130.         </member>
  1131.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DOMNodeType">
  1132.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1133.         </member>
  1134.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DOMNodeWrapper">
  1135.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  1136.         </member>
  1137.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.DOMNodeWrapper.#ctor">
  1138.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  1139.         </member>
  1140.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.DOMNodeWrapper.#ctor(System.Object,System.String)">
  1141.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  1142.         </member>
  1143.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.DOMNodeWrapper.abort">
  1144.             <summary>
  1145.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  1146.                                                 </summary>
  1147.         </member>
  1148.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.DOMNodeWrapper.appendData(System.String)">
  1149.             <summary>
  1150.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  1151.                                                 </summary>
  1152.         </member>
  1153.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.DOMNodeWrapper.deleteData(System.Int32,System.Int32)">
  1154.             <summary>
  1155.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  1156.                                                 </summary>
  1157.         </member>
  1158.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.DOMNodeWrapper.Finalize">
  1159.             <summary>
  1160.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  1161.                                                 </summary>
  1162.         </member>
  1163.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.DOMNodeWrapper.insertData(System.Int32,System.String)">
  1164.             <summary>
  1165.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  1166.                                                 </summary>
  1167.         </member>
  1168.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.DOMNodeWrapper.normalize">
  1169.             <summary>
  1170.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  1171.                                                 </summary>
  1172.         </member>
  1173.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.DOMNodeWrapper.removeAttribute(System.String)">
  1174.             <summary>
  1175.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  1176.                                                 </summary>
  1177.         </member>
  1178.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.DOMNodeWrapper.replaceData(System.Int32,System.Int32,System.String)">
  1179.             <summary>
  1180.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  1181.                                                 </summary>
  1182.         </member>
  1183.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.DOMNodeWrapper.save(System.Object)">
  1184.             <summary>
  1185.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  1186.                                                 </summary>
  1187.         </member>
  1188.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.DOMNodeWrapper.setAttribute(System.String,System.Object)">
  1189.             <summary>
  1190.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  1191.                                                 </summary>
  1192.         </member>
  1193.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.DOMNodeWrapper.setProperty(System.String,System.Object)">
  1194.             <summary>
  1195.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  1196.                                                 </summary>
  1197.         </member>
  1198.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.DOMNodeWrapper.transformNodeToObject(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  1199.             <summary>
  1200.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  1201.                                                 </summary>
  1202.         </member>
  1203.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.EmailAdapter">
  1204.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.EmailAdapterObject"></see>.</summary>
  1205.         </member>
  1206.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.EmailAdapter.Query">
  1207.             <summary>The Query method is available for the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.EmailAdapterObject"></see> object but, because the EmailAdapter object is available for submitting data only, the method will always generate a run-time error when it is called.</summary>
  1208.         </member>
  1209.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.EmailAdapter.Submit">
  1210.             <summary>Executes the submit operation on the associated adapter.</summary>
  1211.         </member>
  1212.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.EmailAdapter.SubmitData(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  1213.             <summary>Submits the specified DOM element or DOM document to a data adapter.</summary>
  1214.             <param name="pData">The XML data that is to be sent in the e-mail message.</param>
  1215.         </member>
  1216.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.EmailAdapter.AttachmentFileName">
  1217.             <summary>Gets or sets the file name to be used for the current form when the form is attached to the e-mail message of an <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.EmailAdapterObject"></see> object.</summary>
  1218.         </member>
  1219.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.EmailAdapter.AttachmentType">
  1220.             <summary>Gets or sets the type of file to be attached to the e-mail message submitted with an <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.EmailAdapter"></see> object.</summary>
  1221.             <returns>An <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XdAttachmentType"></see> enumeration that specifies the kind of attachment.</returns>
  1222.         </member>
  1223.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.EmailAdapter.BCC">
  1224.             <summary>Gets or sets the BCC recipients of an e-mail message associated with an <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.EmailAdapterObject"></see> object.</summary>
  1225.         </member>
  1226.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.EmailAdapter.CC">
  1227.             <summary>Gets or sets the carbon copy (CC) recipients for the e-mail message associated with an <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.EmailAdapterObject"></see> object.</summary>
  1228.         </member>
  1229.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.EmailAdapter.Intro">
  1230.             <summary>Gets or sets the introduction in the body of the e-mail message for an <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.EmailAdapterObject"></see> object.</summary>
  1231.         </member>
  1232.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.EmailAdapter.Name">
  1233.             <summary>Gets the name of the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.EmailAdapterObject"></see> object.</summary>
  1234.         </member>
  1235.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.EmailAdapter.QueryAllowed">
  1236.             <summary>Gets a value that always returns false, corresponding to the queryAllowed attribute in the form definition file (.xsf).</summary>
  1237.         </member>
  1238.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.EmailAdapter.Subject">
  1239.             <summary>Gets or sets the subject of the e-mail message associated with the specified <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.EmailAdapterObject"></see> object.</summary>
  1240.         </member>
  1241.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.EmailAdapter.SubmitAllowed">
  1242.             <summary>Gets a value that is always true, corresponding to the submitAllowed attribute in the form definition file (.xsf).</summary>
  1243.         </member>
  1244.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.EmailAdapter.To">
  1245.             <summary>Gets or sets the recipients for the e-mail message associated with a specified <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.EmailAdapterObject"></see> object.</summary>
  1246.         </member>
  1247.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.EmailAdapterObject">
  1248.             <summary>Represents the data adapter for submitting form information in e-mail by using Microsoft Office Outlook.</summary>
  1249.         </member>
  1250.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.Error">
  1251.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ErrorObject"></see>.</summary>
  1252.         </member>
  1253.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Error.ConditionName">
  1254.             <summary>Gets the name of the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ErrorObject"></see> object.</summary>
  1255.         </member>
  1256.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Error.DetailedErrorMessage">
  1257.             <summary>Gets or sets the detailed error message of an <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ErrorObject"></see> object.</summary>
  1258.         </member>
  1259.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Error.ErrorCode">
  1260.             <summary>Gets or sets the error code of an <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ErrorObject"></see> object.</summary>
  1261.         </member>
  1262.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Error.ErrorType">
  1263.             <summary>Gets the type of an <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ErrorObject"></see> object.</summary>
  1264.         </member>
  1265.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Error.Node">
  1266.             <summary>Gets the XML Document Object Model (DOM) node of a form's underlying XML document that is associated with an <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ErrorObject"></see> object.</summary>
  1267.         </member>
  1268.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Error.ShortErrorMessage">
  1269.             <summary>Gets or sets the short error message of an <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ErrorObject"></see> object.</summary>
  1270.         </member>
  1271.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ErrorObject">
  1272.             <summary>Represents an error in a Microsoft Office InfoPath 2007 form.</summary>
  1273.         </member>
  1274.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.Errors">
  1275.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ErrorsCollection"></see>.</summary>
  1276.         </member>
  1277.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.Errors.Add(System.Object,System.String,System.String,System.String,System.Int32,System.String)">
  1278.             <summary>Adds an <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ErrorObject"></see> to <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ErrorsCollection"></see> and returns a reference to the new Error object.</summary>
  1279.             <returns>An <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ErrorObject"></see> object which represents the newly created Error.</returns>
  1280.             <param name="bstrShortErrorMessage">The short message for the error.</param>
  1281.             <param name="bstrDetailedErrorMessage">The detailed message for the error.</param>
  1282.             <param name="bstrType">Default value is "modeless". The type of error processing. The other supported value is "modal".</param>
  1283.             <param name="varNode">The XML node that the error will be associated with.</param>
  1284.             <param name="lErrorCode">The error code of the error.</param>
  1285.             <param name="bstrConditionName">The name of the error.</param>
  1286.         </member>
  1287.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.Errors.Delete(System.Object,System.String)">
  1288.             <summary>Deletes the specified <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ErrorObject"></see> object from the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ErrorsCollection"></see> collection.</summary>
  1289.             <param name="varNode">The XML Document Object Model (DOM) node associated with the error.</param>
  1290.             <param name="bstrConditionName">The name of the error.</param>
  1291.         </member>
  1292.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.Errors.DeleteAll">
  1293.             <summary>Deletes all of the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ErrorObject"></see> objects contained in the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ErrorsCollection"></see> collection.</summary>
  1294.         </member>
  1295.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.Errors.GetEnumerator">
  1296.             <summary>Gets an IEnumerator that iterates over all entries in the  <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ErrorsCollection"></see> object.</summary>
  1297.             <returns>An IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ErrorsCollection"></see> object.</returns>
  1298.         </member>
  1299.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Errors.Item(System.Int32)">
  1300.             <summary>Gets a reference to the specified <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ErrorObject"></see> object from the collection.</summary>
  1301.             <param name="index">An expression that specifies the position of a member of the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ErrorsCollection"></see> collection The argument must be a number from 0 to the value of the <see cref="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Errors.Count"></see> property minus 1.</param>
  1302.         </member>
  1303.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ErrorsCollection">
  1304.             <summary>Contains an <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ErrorObject"></see> object for each error within a Microsoft Office InfoPath 2007 form.</summary>
  1305.         </member>
  1306.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ErrorsEnumerator">
  1307.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  1308.         </member>
  1309.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.ErrorsEnumerator.#ctor(System.Object)">
  1310.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  1311.         </member>
  1312.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.ErrorsEnumerator.Reset">
  1313.             <summary>
  1314.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  1315.                                                 </summary>
  1316.         </member>
  1317.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ExternalApplication">
  1318.             <summary>Represents the Microsoft Office InfoPath 2007 application.</summary>
  1319.         </member>
  1320.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.HTMLTaskPane">
  1321.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.HTMLTaskPaneObject"></see>.</summary>
  1322.         </member>
  1323.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.HTMLTaskPane.Navigate(System.String)">
  1324.             <summary>Loads the specified HTML document into the Microsoft Office InfoPath 2007 custom task pane.</summary>
  1325.             <param name="bstrURL">The Uniform Resource Locator (URL) of the HTML document to navigate to.</param>
  1326.         </member>
  1327.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.HTMLTaskPaneExternal">
  1328.             <summary>Represents a link to the Microsoft Office InfoPath 2007 object model.</summary>
  1329.         </member>
  1330.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.HTMLTaskPaneExternal.Window">
  1331.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowObject"></see> object associated with a custom task pane.</summary>
  1332.         </member>
  1333.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.HTMLTaskPaneExternal.XDocument">
  1334.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocument"></see> associated with a custom task pane.</summary>
  1335.         </member>
  1336.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.HTMLTaskPaneObject">
  1337.             <summary>Represents a custom task pane in a Microsoft Office InfoPath 2007 form that is associated with a window.</summary>
  1338.         </member>
  1339.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.HWSAdapter">
  1340.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.HWSAdapterObject"></see>.</summary>
  1341.         </member>
  1342.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.HWSAdapter.Query">
  1343.             <summary>The Query method is available for the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.HWSAdapterObject"></see> but, because the HWSAdapter object is available for submitting data only, the method will always generate a run-time error when it is called on that object.</summary>
  1344.         </member>
  1345.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.HWSAdapter.Submit">
  1346.             <summary>Executes the submit operation for the associated adapter.</summary>
  1347.         </member>
  1348.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.HWSAdapter.Name">
  1349.             <summary>Returns the name of an <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.HWSAdapterObject"></see> object.</summary>
  1350.         </member>
  1351.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.HWSAdapter.QueryAllowed">
  1352.             <summary>Returns a value that is always false, corresponding to the queryAllowed attribute in the form definition file (.xsf).</summary>
  1353.         </member>
  1354.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.HWSAdapter.SubmitAllowed">
  1355.             <summary>Returns a value that is always true, corresponding to the submitAllowed attribute in the form definition file (.xsf).</summary>
  1356.         </member>
  1357.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.HWSAdapterObject">
  1358.             <summary>Represents a connection to submit form information to a Microsoft Biztalk 2004 HWS (Human Workflow Services) server.</summary>
  1359.         </member>
  1360.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathEventHandlerAttribute">
  1361.             <summary>Apply this attribute to define an event handler in form code.</summary>
  1362.         </member>
  1363.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathEventHandlerAttribute.#ctor">
  1364.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  1365.         </member>
  1366.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathEventHandlerAttribute.DataObject">
  1367.             <summary>Gets or sets the name of the data adapter that is the event source in an <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathEventHandlerAttribute"></see> attribute applied to an event handler for an <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._DataDOMEventSink_Event.OnAfterChange"></see> event.</summary>
  1368.         </member>
  1369.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathEventHandlerAttribute.EventType">
  1370.             <summary>Gets or sets the type of event specified in an <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathEventHandlerAttribute"></see> attribute as an <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathEventType"></see> enumeration.</summary>
  1371.         </member>
  1372.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathEventHandlerAttribute.MatchPath">
  1373.             <summary>Gets or sets the XPath expression that specifies the event source (when applicable to the event) in an <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathEventHandlerAttribute"></see> attribute.</summary>
  1374.         </member>
  1375.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathEventType">
  1376.             <summary>Specifies the type of event defined by an <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathEventHandlerAttribute"></see>.</summary>
  1377.         </member>
  1378.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathEventType.None">
  1379.             <summary>No type is specified.</summary>
  1380.         </member>
  1381.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathEventType.OnAfterChange">
  1382.             <summary>Specifies an event handler for an <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._DataDOMEventSink_Event.OnAfterChange"></see> event.</summary>
  1383.         </member>
  1384.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathEventType.OnAfterImport">
  1385.             <summary>Specifies an event handler for an <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnAfterImport"></see> event.</summary>
  1386.         </member>
  1387.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathEventType.OnBeforeChange">
  1388.             <summary>Specifies an event handler for an <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._DataDOMEventSink_Event.OnBeforeChange"></see> event.</summary>
  1389.         </member>
  1390.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathEventType.OnClick">
  1391.             <summary>Specifies an event handler for an <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._ButtonEventSink_Event.OnClick"></see> event.</summary>
  1392.         </member>
  1393.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathEventType.OnContextChange">
  1394.             <summary>Specifies an event handler for an <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnContextChange"></see> event.</summary>
  1395.         </member>
  1396.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathEventType.OnLoad">
  1397.             <summary>Specifies an event handler for an <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnLoad"></see> event.</summary>
  1398.         </member>
  1399.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathEventType.OnMergeRequest">
  1400.             <summary>Specifies an event handler for an <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnMergeRequest"></see> event.</summary>
  1401.         </member>
  1402.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathEventType.OnSaveRequest">
  1403.             <summary>Specifies an event handler for an <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnSaveRequest"></see> event.</summary>
  1404.         </member>
  1405.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathEventType.OnSign">
  1406.             <summary>Specifies an event handler for an <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnSign"></see> event.</summary>
  1407.         </member>
  1408.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathEventType.OnSubmitRequest">
  1409.             <summary>Specifies an event handler for an <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnSubmitRequest"></see> event.</summary>
  1410.         </member>
  1411.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathEventType.OnSwitchView">
  1412.             <summary>Specifies an event handler for an <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnSwitchView"></see> event.</summary>
  1413.         </member>
  1414.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathEventType.OnValidate">
  1415.             <summary>Specifies an event handler for an <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._DataDOMEventSink_Event.OnValidate"></see> event.</summary>
  1416.         </member>
  1417.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathEventType.OnVersionUpgrade">
  1418.             <summary>Specifies an event handler for an <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnVersionUpgrade"></see> event.</summary>
  1419.         </member>
  1420.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathNamespaceAttribute">
  1421.             <summary>Apply this attribute to specify the namespace prefixes that are used in the class that contains form code in a managed-code project.</summary>
  1422.         </member>
  1423.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathNamespaceAttribute.#ctor(System.String)">
  1424.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  1425.         </member>
  1426.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathNamespaceAttribute.UserNamespace">
  1427.             <summary>Gets or sets the namespace prefixes in the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathNamespaceAttribute"></see> attribute that is applied to the class that contains form code in a managed-code project.</summary>
  1428.         </member>
  1429.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathOMHelper">
  1430.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  1431.         </member>
  1432.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathOMHelper.#ctor">
  1433.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  1434.         </member>
  1435.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathOMHelper.LoadUserAssemblyWithEvidence(System.String)">
  1436.             <summary>
  1437.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  1438.                                                 </summary>
  1439.         </member>
  1440.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.InputParameter">
  1441.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.InputParameterObject"></see>.</summary>
  1442.         </member>
  1443.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.InputParameter.Name">
  1444.             <summary>Gets the name of the input parameter that the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.InputParameter"></see> object represents.</summary>
  1445.             <returns>The name of the input parameter.</returns>
  1446.         </member>
  1447.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.InputParameter.Value">
  1448.             <summary>Gets the value of the input parameter that the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.InputParameter"></see> object represents.</summary>
  1449.             <returns>The value of the input parameter.</returns>
  1450.         </member>
  1451.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.InputParameterCollection">
  1452.             <summary>Represents a collection of <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.InputParameter"></see> objects.</summary>
  1453.         </member>
  1454.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.InputParameterObject">
  1455.             <summary>Represents values that can be passed to a new instance of a form through command-line or Uniform Resource Locator (URL) name/value pairs.</summary>
  1456.         </member>
  1457.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.InputParameters">
  1458.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.InputParameterCollection"></see>.</summary>
  1459.         </member>
  1460.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.InputParameters.GetEnumerator">
  1461.             <summary>Gets an IEnumerator that can be used to iterate over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.InputParameters"></see> collection.</summary>
  1462.             <returns>An IEnumerator that can be used to iterate over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.InputParameters"></see> collection.</returns>
  1463.         </member>
  1464.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.InputParameters.Count">
  1465.             <summary>Gets a count of the number of <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.InputParameter"></see> objects contained in the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.InputParameters"></see> collection.</summary>
  1466.             <returns>The number of <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.InputParameter"></see> objects contained in the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.InputParameters"></see> collection.</returns>
  1467.         </member>
  1468.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.InputParameters.Item(System.Object)">
  1469.             <summary>Gets a reference to the specified <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.InputParameter"></see> object from the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.InputParameters"></see> collection. </summary>
  1470.             <returns>The specified <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.InputParameter"></see> object.</returns>
  1471.             <param name="varIndex">The specified index or name of the InputParameter object.</param>
  1472.         </member>
  1473.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.IPMath">
  1474.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.MathObject"></see>.</summary>
  1475.         </member>
  1476.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IPMath.Avg(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNodeList)">
  1477.             <summary>Gets the average value of all numerical elements in a node set.</summary>
  1478.             <returns>An object that represents the average value of all the numerical elements in a node set.</returns>
  1479.             <param name="pxmllistInput">The node set that contains the values to be averaged.</param>
  1480.         </member>
  1481.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IPMath.Eval(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNodeList,System.String)">
  1482.             <summary>Gets the sets of results calculated when the expression is applied to each set of elements in the context.</summary>
  1483.             <returns>An object that represents the set of results calculated when the expression is applied to each set of elements in the context.</returns>
  1484.             <param name="bstrExpression">The expression to be applied to each set of nodes in the specified context.</param>
  1485.             <param name="pxmllistContext">The node that sets the context for the expression.</param>
  1486.         </member>
  1487.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IPMath.Max(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNodeList)">
  1488.             <summary>Gets the largest value of all of the numerical elements in a node set.</summary>
  1489.             <returns>An object that represents the largest value of all the numerical elements in a node set.</returns>
  1490.             <param name="pxmllistInput">The node set to search for the largest value.</param>
  1491.         </member>
  1492.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IPMath.Min(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNodeList)">
  1493.             <summary>Gets the smallest value of all of the numerical elements in a node set.</summary>
  1494.             <returns>An object that represents the smallest value of all the numerical elements in a node set.</returns>
  1495.             <param name="pxmllistInput">The node set to search for the smallest value.</param>
  1496.         </member>
  1497.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IPMath.Nz(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNodeList)">
  1498.             <summary>Gets the node set passed to the function, except with zeros (0) where empty values existed before.</summary>
  1499.             <returns>An object that represents a node set.</returns>
  1500.             <param name="pxmllistInput">The node set that will have its empty values replaced with zeroes.</param>
  1501.         </member>
  1502.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute">
  1503.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1504.         </member>
  1505.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute.appendChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  1506.             <summary>
  1507.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1508.                                                 </summary>
  1509.         </member>
  1510.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute.cloneNode(System.Boolean)">
  1511.             <summary>
  1512.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1513.                                                 </summary>
  1514.         </member>
  1515.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute.hasChildNodes">
  1516.             <summary>
  1517.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1518.                                                 </summary>
  1519.         </member>
  1520.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute.insertBefore(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  1521.             <summary>
  1522.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1523.                                                 </summary>
  1524.         </member>
  1525.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute.removeChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  1526.             <summary>
  1527.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1528.                                                 </summary>
  1529.         </member>
  1530.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute.replaceChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  1531.             <summary>
  1532.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1533.                                                 </summary>
  1534.         </member>
  1535.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute.selectNodes(System.String)">
  1536.             <summary>
  1537.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1538.                                                 </summary>
  1539.         </member>
  1540.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute.selectSingleNode(System.String)">
  1541.             <summary>
  1542.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1543.                                                 </summary>
  1544.         </member>
  1545.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute.transformNode(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  1546.             <summary>
  1547.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1548.                                                 </summary>
  1549.         </member>
  1550.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute.transformNodeToObject(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  1551.             <summary>
  1552.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1553.                                                 </summary>
  1554.         </member>
  1555.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute.attributes">
  1556.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1557.         </member>
  1558.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute.baseName">
  1559.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1560.         </member>
  1561.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute.childNodes">
  1562.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1563.         </member>
  1564.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute.dataType">
  1565.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1566.         </member>
  1567.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute.definition">
  1568.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1569.         </member>
  1570.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute.firstChild">
  1571.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1572.         </member>
  1573.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute.lastChild">
  1574.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1575.         </member>
  1576.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute.name">
  1577.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1578.         </member>
  1579.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute.namespaceURI">
  1580.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1581.         </member>
  1582.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute.nextSibling">
  1583.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1584.         </member>
  1585.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute.nodeName">
  1586.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1587.         </member>
  1588.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute.nodeType">
  1589.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1590.         </member>
  1591.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute.nodeTypedValue">
  1592.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1593.         </member>
  1594.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute.nodeTypeString">
  1595.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1596.         </member>
  1597.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute.nodeValue">
  1598.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1599.         </member>
  1600.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute.ownerDocument">
  1601.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1602.         </member>
  1603.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute.parentNode">
  1604.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1605.         </member>
  1606.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute.parsed">
  1607.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1608.         </member>
  1609.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute.prefix">
  1610.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1611.         </member>
  1612.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute.previousSibling">
  1613.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1614.         </member>
  1615.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute.specified">
  1616.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1617.         </member>
  1618.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute.text">
  1619.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1620.         </member>
  1621.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute.value">
  1622.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1623.         </member>
  1624.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute.xml">
  1625.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1626.         </member>
  1627.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection">
  1628.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1629.         </member>
  1630.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.appendChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  1631.             <summary>
  1632.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1633.                                                 </summary>
  1634.         </member>
  1635.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.appendData(System.String)">
  1636.             <summary>
  1637.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1638.                                                 </summary>
  1639.         </member>
  1640.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.cloneNode(System.Boolean)">
  1641.             <summary>
  1642.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1643.                                                 </summary>
  1644.         </member>
  1645.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.deleteData(System.Int32,System.Int32)">
  1646.             <summary>
  1647.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1648.                                                 </summary>
  1649.         </member>
  1650.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.hasChildNodes">
  1651.             <summary>
  1652.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1653.                                                 </summary>
  1654.         </member>
  1655.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.insertBefore(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  1656.             <summary>
  1657.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1658.                                                 </summary>
  1659.         </member>
  1660.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.insertData(System.Int32,System.String)">
  1661.             <summary>
  1662.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1663.                                                 </summary>
  1664.         </member>
  1665.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.removeChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  1666.             <summary>
  1667.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1668.                                                 </summary>
  1669.         </member>
  1670.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.replaceChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  1671.             <summary>
  1672.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1673.                                                 </summary>
  1674.         </member>
  1675.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.replaceData(System.Int32,System.Int32,System.String)">
  1676.             <summary>
  1677.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1678.                                                 </summary>
  1679.         </member>
  1680.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.selectNodes(System.String)">
  1681.             <summary>
  1682.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1683.                                                 </summary>
  1684.         </member>
  1685.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.selectSingleNode(System.String)">
  1686.             <summary>
  1687.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1688.                                                 </summary>
  1689.         </member>
  1690.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.splitText(System.Int32)">
  1691.             <summary>
  1692.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1693.                                                 </summary>
  1694.         </member>
  1695.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.substringData(System.Int32,System.Int32)">
  1696.             <summary>
  1697.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1698.                                                 </summary>
  1699.         </member>
  1700.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.transformNode(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  1701.             <summary>
  1702.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1703.                                                 </summary>
  1704.         </member>
  1705.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.transformNodeToObject(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  1706.             <summary>
  1707.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1708.                                                 </summary>
  1709.         </member>
  1710.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.attributes">
  1711.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1712.         </member>
  1713.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.baseName">
  1714.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1715.         </member>
  1716.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.childNodes">
  1717.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1718.         </member>
  1719.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.data">
  1720.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1721.         </member>
  1722.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.dataType">
  1723.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1724.         </member>
  1725.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.definition">
  1726.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1727.         </member>
  1728.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.firstChild">
  1729.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1730.         </member>
  1731.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.lastChild">
  1732.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1733.         </member>
  1734.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.length">
  1735.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1736.         </member>
  1737.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.namespaceURI">
  1738.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1739.         </member>
  1740.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.nextSibling">
  1741.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1742.         </member>
  1743.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.nodeName">
  1744.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1745.         </member>
  1746.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.nodeType">
  1747.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1748.         </member>
  1749.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.nodeTypedValue">
  1750.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1751.         </member>
  1752.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.nodeTypeString">
  1753.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1754.         </member>
  1755.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.nodeValue">
  1756.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1757.         </member>
  1758.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.ownerDocument">
  1759.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1760.         </member>
  1761.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.parentNode">
  1762.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1763.         </member>
  1764.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.parsed">
  1765.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1766.         </member>
  1767.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.prefix">
  1768.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1769.         </member>
  1770.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.previousSibling">
  1771.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1772.         </member>
  1773.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.specified">
  1774.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1775.         </member>
  1776.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.text">
  1777.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1778.         </member>
  1779.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCDATASection.xml">
  1780.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1781.         </member>
  1782.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData">
  1783.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1784.         </member>
  1785.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.appendChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  1786.             <summary>
  1787.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1788.                                                 </summary>
  1789.         </member>
  1790.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.appendData(System.String)">
  1791.             <summary>
  1792.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1793.                                                 </summary>
  1794.         </member>
  1795.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.cloneNode(System.Boolean)">
  1796.             <summary>
  1797.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1798.                                                 </summary>
  1799.         </member>
  1800.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.deleteData(System.Int32,System.Int32)">
  1801.             <summary>
  1802.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1803.                                                 </summary>
  1804.         </member>
  1805.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.hasChildNodes">
  1806.             <summary>
  1807.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1808.                                                 </summary>
  1809.         </member>
  1810.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.insertBefore(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  1811.             <summary>
  1812.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1813.                                                 </summary>
  1814.         </member>
  1815.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.insertData(System.Int32,System.String)">
  1816.             <summary>
  1817.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1818.                                                 </summary>
  1819.         </member>
  1820.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.removeChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  1821.             <summary>
  1822.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1823.                                                 </summary>
  1824.         </member>
  1825.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.replaceChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  1826.             <summary>
  1827.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1828.                                                 </summary>
  1829.         </member>
  1830.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.replaceData(System.Int32,System.Int32,System.String)">
  1831.             <summary>
  1832.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1833.                                                 </summary>
  1834.         </member>
  1835.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.selectNodes(System.String)">
  1836.             <summary>
  1837.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1838.                                                 </summary>
  1839.         </member>
  1840.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.selectSingleNode(System.String)">
  1841.             <summary>
  1842.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1843.                                                 </summary>
  1844.         </member>
  1845.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.substringData(System.Int32,System.Int32)">
  1846.             <summary>
  1847.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1848.                                                 </summary>
  1849.         </member>
  1850.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.transformNode(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  1851.             <summary>
  1852.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1853.                                                 </summary>
  1854.         </member>
  1855.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.transformNodeToObject(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  1856.             <summary>
  1857.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1858.                                                 </summary>
  1859.         </member>
  1860.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.attributes">
  1861.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1862.         </member>
  1863.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.baseName">
  1864.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1865.         </member>
  1866.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.childNodes">
  1867.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1868.         </member>
  1869.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.data">
  1870.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1871.         </member>
  1872.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.dataType">
  1873.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1874.         </member>
  1875.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.definition">
  1876.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1877.         </member>
  1878.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.firstChild">
  1879.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1880.         </member>
  1881.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.lastChild">
  1882.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1883.         </member>
  1884.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.length">
  1885.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1886.         </member>
  1887.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.namespaceURI">
  1888.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1889.         </member>
  1890.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.nextSibling">
  1891.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1892.         </member>
  1893.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.nodeName">
  1894.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1895.         </member>
  1896.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.nodeType">
  1897.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1898.         </member>
  1899.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.nodeTypedValue">
  1900.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1901.         </member>
  1902.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.nodeTypeString">
  1903.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1904.         </member>
  1905.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.nodeValue">
  1906.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1907.         </member>
  1908.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.ownerDocument">
  1909.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1910.         </member>
  1911.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.parentNode">
  1912.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1913.         </member>
  1914.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.parsed">
  1915.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1916.         </member>
  1917.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.prefix">
  1918.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1919.         </member>
  1920.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.previousSibling">
  1921.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1922.         </member>
  1923.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.specified">
  1924.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1925.         </member>
  1926.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.text">
  1927.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1928.         </member>
  1929.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMCharacterData.xml">
  1930.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1931.         </member>
  1932.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment">
  1933.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  1934.         </member>
  1935.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.appendChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  1936.             <summary>
  1937.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1938.                                                 </summary>
  1939.         </member>
  1940.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.appendData(System.String)">
  1941.             <summary>
  1942.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1943.                                                 </summary>
  1944.         </member>
  1945.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.cloneNode(System.Boolean)">
  1946.             <summary>
  1947.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1948.                                                 </summary>
  1949.         </member>
  1950.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.deleteData(System.Int32,System.Int32)">
  1951.             <summary>
  1952.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1953.                                                 </summary>
  1954.         </member>
  1955.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.hasChildNodes">
  1956.             <summary>
  1957.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1958.                                                 </summary>
  1959.         </member>
  1960.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.insertBefore(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  1961.             <summary>
  1962.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1963.                                                 </summary>
  1964.         </member>
  1965.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.insertData(System.Int32,System.String)">
  1966.             <summary>
  1967.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1968.                                                 </summary>
  1969.         </member>
  1970.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.removeChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  1971.             <summary>
  1972.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1973.                                                 </summary>
  1974.         </member>
  1975.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.replaceChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  1976.             <summary>
  1977.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1978.                                                 </summary>
  1979.         </member>
  1980.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.replaceData(System.Int32,System.Int32,System.String)">
  1981.             <summary>
  1982.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1983.                                                 </summary>
  1984.         </member>
  1985.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.selectNodes(System.String)">
  1986.             <summary>
  1987.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1988.                                                 </summary>
  1989.         </member>
  1990.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.selectSingleNode(System.String)">
  1991.             <summary>
  1992.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1993.                                                 </summary>
  1994.         </member>
  1995.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.substringData(System.Int32,System.Int32)">
  1996.             <summary>
  1997.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  1998.                                                 </summary>
  1999.         </member>
  2000.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.transformNode(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  2001.             <summary>
  2002.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2003.                                                 </summary>
  2004.         </member>
  2005.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.transformNodeToObject(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  2006.             <summary>
  2007.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2008.                                                 </summary>
  2009.         </member>
  2010.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.attributes">
  2011.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2012.         </member>
  2013.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.baseName">
  2014.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2015.         </member>
  2016.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.childNodes">
  2017.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2018.         </member>
  2019.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.data">
  2020.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2021.         </member>
  2022.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.dataType">
  2023.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2024.         </member>
  2025.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.definition">
  2026.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2027.         </member>
  2028.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.firstChild">
  2029.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2030.         </member>
  2031.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.lastChild">
  2032.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2033.         </member>
  2034.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.length">
  2035.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2036.         </member>
  2037.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.namespaceURI">
  2038.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2039.         </member>
  2040.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.nextSibling">
  2041.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2042.         </member>
  2043.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.nodeName">
  2044.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2045.         </member>
  2046.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.nodeType">
  2047.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2048.         </member>
  2049.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.nodeTypedValue">
  2050.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2051.         </member>
  2052.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.nodeTypeString">
  2053.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2054.         </member>
  2055.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.nodeValue">
  2056.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2057.         </member>
  2058.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.ownerDocument">
  2059.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2060.         </member>
  2061.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.parentNode">
  2062.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2063.         </member>
  2064.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.parsed">
  2065.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2066.         </member>
  2067.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.prefix">
  2068.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2069.         </member>
  2070.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.previousSibling">
  2071.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2072.         </member>
  2073.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.specified">
  2074.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2075.         </member>
  2076.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.text">
  2077.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2078.         </member>
  2079.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMComment.xml">
  2080.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2081.         </member>
  2082.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument">
  2083.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2084.         </member>
  2085.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.abort">
  2086.             <summary>
  2087.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2088.                                                 </summary>
  2089.         </member>
  2090.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.appendChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  2091.             <summary>
  2092.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2093.                                                 </summary>
  2094.         </member>
  2095.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.cloneNode(System.Boolean)">
  2096.             <summary>
  2097.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2098.                                                 </summary>
  2099.         </member>
  2100.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.createAttribute(System.String)">
  2101.             <summary>
  2102.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2103.                                                 </summary>
  2104.         </member>
  2105.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.createCDATASection(System.String)">
  2106.             <summary>
  2107.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2108.                                                 </summary>
  2109.         </member>
  2110.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.createComment(System.String)">
  2111.             <summary>
  2112.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2113.                                                 </summary>
  2114.         </member>
  2115.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.createDocumentFragment">
  2116.             <summary>
  2117.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2118.                                                 </summary>
  2119.         </member>
  2120.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.createElement(System.String)">
  2121.             <summary>
  2122.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2123.                                                 </summary>
  2124.         </member>
  2125.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.createEntityReference(System.String)">
  2126.             <summary>
  2127.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2128.                                                 </summary>
  2129.         </member>
  2130.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.createNode(System.Object,System.String,System.String)">
  2131.             <summary>
  2132.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2133.                                                 </summary>
  2134.         </member>
  2135.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.createProcessingInstruction(System.String,System.String)">
  2136.             <summary>
  2137.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2138.                                                 </summary>
  2139.         </member>
  2140.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.createTextNode(System.String)">
  2141.             <summary>
  2142.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2143.                                                 </summary>
  2144.         </member>
  2145.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.getElementsByTagName(System.String)">
  2146.             <summary>
  2147.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2148.                                                 </summary>
  2149.         </member>
  2150.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.hasChildNodes">
  2151.             <summary>
  2152.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2153.                                                 </summary>
  2154.         </member>
  2155.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.insertBefore(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  2156.             <summary>
  2157.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2158.                                                 </summary>
  2159.         </member>
  2160.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.load(System.Object)">
  2161.             <summary>
  2162.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2163.                                                 </summary>
  2164.         </member>
  2165.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.loadXML(System.String)">
  2166.             <summary>
  2167.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2168.                                                 </summary>
  2169.         </member>
  2170.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.nodeFromID(System.String)">
  2171.             <summary>
  2172.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2173.                                                 </summary>
  2174.         </member>
  2175.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.removeChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  2176.             <summary>
  2177.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2178.                                                 </summary>
  2179.         </member>
  2180.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.replaceChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  2181.             <summary>
  2182.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2183.                                                 </summary>
  2184.         </member>
  2185.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.save(System.Object)">
  2186.             <summary>
  2187.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2188.                                                 </summary>
  2189.         </member>
  2190.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.selectNodes(System.String)">
  2191.             <summary>
  2192.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2193.                                                 </summary>
  2194.         </member>
  2195.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.selectSingleNode(System.String)">
  2196.             <summary>
  2197.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2198.                                                 </summary>
  2199.         </member>
  2200.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.transformNode(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  2201.             <summary>
  2202.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2203.                                                 </summary>
  2204.         </member>
  2205.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.transformNodeToObject(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  2206.             <summary>
  2207.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2208.                                                 </summary>
  2209.         </member>
  2210.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.async">
  2211.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2212.         </member>
  2213.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.attributes">
  2214.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2215.         </member>
  2216.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.baseName">
  2217.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2218.         </member>
  2219.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.childNodes">
  2220.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2221.         </member>
  2222.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.dataType">
  2223.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2224.         </member>
  2225.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.definition">
  2226.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2227.         </member>
  2228.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.doctype">
  2229.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2230.         </member>
  2231.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.documentElement">
  2232.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2233.         </member>
  2234.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.firstChild">
  2235.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2236.         </member>
  2237.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.implementation">
  2238.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2239.         </member>
  2240.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.lastChild">
  2241.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2242.         </member>
  2243.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.namespaceURI">
  2244.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2245.         </member>
  2246.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.nextSibling">
  2247.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2248.         </member>
  2249.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.nodeName">
  2250.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2251.         </member>
  2252.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.nodeType">
  2253.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2254.         </member>
  2255.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.nodeTypedValue">
  2256.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2257.         </member>
  2258.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.nodeTypeString">
  2259.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2260.         </member>
  2261.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.nodeValue">
  2262.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2263.         </member>
  2264.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.ondataavailable">
  2265.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2266.         </member>
  2267.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.onreadystatechange">
  2268.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2269.         </member>
  2270.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.ontransformnode">
  2271.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2272.         </member>
  2273.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.ownerDocument">
  2274.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2275.         </member>
  2276.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.parentNode">
  2277.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2278.         </member>
  2279.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.parsed">
  2280.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2281.         </member>
  2282.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.parseError">
  2283.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2284.         </member>
  2285.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.prefix">
  2286.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2287.         </member>
  2288.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.preserveWhiteSpace">
  2289.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2290.         </member>
  2291.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.previousSibling">
  2292.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2293.         </member>
  2294.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.readyState">
  2295.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2296.         </member>
  2297.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.resolveExternals">
  2298.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2299.         </member>
  2300.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.specified">
  2301.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2302.         </member>
  2303.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.text">
  2304.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2305.         </member>
  2306.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.url">
  2307.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2308.         </member>
  2309.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.validateOnParse">
  2310.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2311.         </member>
  2312.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument.xml">
  2313.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2314.         </member>
  2315.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2">
  2316.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2317.         </member>
  2318.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.abort">
  2319.             <summary>
  2320.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2321.                                                 </summary>
  2322.         </member>
  2323.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.appendChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  2324.             <summary>
  2325.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2326.                                                 </summary>
  2327.         </member>
  2328.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.cloneNode(System.Boolean)">
  2329.             <summary>
  2330.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2331.                                                 </summary>
  2332.         </member>
  2333.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.createAttribute(System.String)">
  2334.             <summary>
  2335.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2336.                                                 </summary>
  2337.         </member>
  2338.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.createCDATASection(System.String)">
  2339.             <summary>
  2340.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2341.                                                 </summary>
  2342.         </member>
  2343.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.createComment(System.String)">
  2344.             <summary>
  2345.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2346.                                                 </summary>
  2347.         </member>
  2348.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.createDocumentFragment">
  2349.             <summary>
  2350.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2351.                                                 </summary>
  2352.         </member>
  2353.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.createElement(System.String)">
  2354.             <summary>
  2355.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2356.                                                 </summary>
  2357.         </member>
  2358.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.createEntityReference(System.String)">
  2359.             <summary>
  2360.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2361.                                                 </summary>
  2362.         </member>
  2363.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.createNode(System.Object,System.String,System.String)">
  2364.             <summary>
  2365.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2366.                                                 </summary>
  2367.         </member>
  2368.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.createProcessingInstruction(System.String,System.String)">
  2369.             <summary>
  2370.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2371.                                                 </summary>
  2372.         </member>
  2373.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.createTextNode(System.String)">
  2374.             <summary>
  2375.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2376.                                                 </summary>
  2377.         </member>
  2378.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.getElementsByTagName(System.String)">
  2379.             <summary>
  2380.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2381.                                                 </summary>
  2382.         </member>
  2383.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.getProperty(System.String)">
  2384.             <summary>
  2385.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2386.                                                 </summary>
  2387.         </member>
  2388.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.hasChildNodes">
  2389.             <summary>
  2390.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2391.                                                 </summary>
  2392.         </member>
  2393.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.insertBefore(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  2394.             <summary>
  2395.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2396.                                                 </summary>
  2397.         </member>
  2398.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.load(System.Object)">
  2399.             <summary>
  2400.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2401.                                                 </summary>
  2402.         </member>
  2403.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.loadXML(System.String)">
  2404.             <summary>
  2405.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2406.                                                 </summary>
  2407.         </member>
  2408.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.nodeFromID(System.String)">
  2409.             <summary>
  2410.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2411.                                                 </summary>
  2412.         </member>
  2413.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.removeChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  2414.             <summary>
  2415.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2416.                                                 </summary>
  2417.         </member>
  2418.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.replaceChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  2419.             <summary>
  2420.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2421.                                                 </summary>
  2422.         </member>
  2423.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.save(System.Object)">
  2424.             <summary>
  2425.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2426.                                                 </summary>
  2427.         </member>
  2428.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.selectNodes(System.String)">
  2429.             <summary>
  2430.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2431.                                                 </summary>
  2432.         </member>
  2433.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.selectSingleNode(System.String)">
  2434.             <summary>
  2435.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2436.                                                 </summary>
  2437.         </member>
  2438.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.setProperty(System.String,System.Object)">
  2439.             <summary>
  2440.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2441.                                                 </summary>
  2442.         </member>
  2443.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.transformNode(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  2444.             <summary>
  2445.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2446.                                                 </summary>
  2447.         </member>
  2448.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.transformNodeToObject(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  2449.             <summary>
  2450.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2451.                                                 </summary>
  2452.         </member>
  2453.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.validate">
  2454.             <summary>
  2455.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2456.                                                 </summary>
  2457.         </member>
  2458.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.async">
  2459.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2460.         </member>
  2461.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.attributes">
  2462.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2463.         </member>
  2464.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.baseName">
  2465.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2466.         </member>
  2467.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.childNodes">
  2468.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2469.         </member>
  2470.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.dataType">
  2471.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2472.         </member>
  2473.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.definition">
  2474.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2475.         </member>
  2476.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.doctype">
  2477.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2478.         </member>
  2479.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.documentElement">
  2480.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2481.         </member>
  2482.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.firstChild">
  2483.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2484.         </member>
  2485.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.implementation">
  2486.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2487.         </member>
  2488.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.lastChild">
  2489.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2490.         </member>
  2491.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.namespaces">
  2492.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2493.         </member>
  2494.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.namespaceURI">
  2495.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2496.         </member>
  2497.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.nextSibling">
  2498.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2499.         </member>
  2500.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.nodeName">
  2501.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2502.         </member>
  2503.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.nodeType">
  2504.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2505.         </member>
  2506.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.nodeTypedValue">
  2507.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2508.         </member>
  2509.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.nodeTypeString">
  2510.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2511.         </member>
  2512.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.nodeValue">
  2513.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2514.         </member>
  2515.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.ondataavailable">
  2516.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2517.         </member>
  2518.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.onreadystatechange">
  2519.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2520.         </member>
  2521.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.ontransformnode">
  2522.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2523.         </member>
  2524.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.ownerDocument">
  2525.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2526.         </member>
  2527.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.parentNode">
  2528.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2529.         </member>
  2530.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.parsed">
  2531.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2532.         </member>
  2533.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.parseError">
  2534.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2535.         </member>
  2536.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.prefix">
  2537.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2538.         </member>
  2539.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.preserveWhiteSpace">
  2540.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2541.         </member>
  2542.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.previousSibling">
  2543.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2544.         </member>
  2545.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.readyState">
  2546.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2547.         </member>
  2548.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.resolveExternals">
  2549.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2550.         </member>
  2551.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.schemas">
  2552.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2553.         </member>
  2554.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.specified">
  2555.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2556.         </member>
  2557.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.text">
  2558.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2559.         </member>
  2560.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.url">
  2561.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2562.         </member>
  2563.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.validateOnParse">
  2564.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2565.         </member>
  2566.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument2.xml">
  2567.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2568.         </member>
  2569.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3">
  2570.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2571.         </member>
  2572.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.abort">
  2573.             <summary>
  2574.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2575.                                                 </summary>
  2576.         </member>
  2577.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.appendChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  2578.             <summary>
  2579.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2580.                                                 </summary>
  2581.         </member>
  2582.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.cloneNode(System.Boolean)">
  2583.             <summary>
  2584.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2585.                                                 </summary>
  2586.         </member>
  2587.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.createAttribute(System.String)">
  2588.             <summary>
  2589.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2590.                                                 </summary>
  2591.         </member>
  2592.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.createCDATASection(System.String)">
  2593.             <summary>
  2594.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2595.                                                 </summary>
  2596.         </member>
  2597.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.createComment(System.String)">
  2598.             <summary>
  2599.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2600.                                                 </summary>
  2601.         </member>
  2602.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.createDocumentFragment">
  2603.             <summary>
  2604.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2605.                                                 </summary>
  2606.         </member>
  2607.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.createElement(System.String)">
  2608.             <summary>
  2609.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2610.                                                 </summary>
  2611.         </member>
  2612.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.createEntityReference(System.String)">
  2613.             <summary>
  2614.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2615.                                                 </summary>
  2616.         </member>
  2617.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.createNode(System.Object,System.String,System.String)">
  2618.             <summary>
  2619.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2620.                                                 </summary>
  2621.         </member>
  2622.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.createProcessingInstruction(System.String,System.String)">
  2623.             <summary>
  2624.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2625.                                                 </summary>
  2626.         </member>
  2627.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.createTextNode(System.String)">
  2628.             <summary>
  2629.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2630.                                                 </summary>
  2631.         </member>
  2632.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.getElementsByTagName(System.String)">
  2633.             <summary>
  2634.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2635.                                                 </summary>
  2636.         </member>
  2637.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.getProperty(System.String)">
  2638.             <summary>
  2639.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2640.                                                 </summary>
  2641.         </member>
  2642.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.hasChildNodes">
  2643.             <summary>
  2644.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2645.                                                 </summary>
  2646.         </member>
  2647.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.importNode(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Boolean)">
  2648.             <summary>
  2649.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2650.                                                 </summary>
  2651.         </member>
  2652.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.insertBefore(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  2653.             <summary>
  2654.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2655.                                                 </summary>
  2656.         </member>
  2657.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.load(System.Object)">
  2658.             <summary>
  2659.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2660.                                                 </summary>
  2661.         </member>
  2662.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.loadXML(System.String)">
  2663.             <summary>
  2664.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2665.                                                 </summary>
  2666.         </member>
  2667.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.nodeFromID(System.String)">
  2668.             <summary>
  2669.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2670.                                                 </summary>
  2671.         </member>
  2672.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.removeChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  2673.             <summary>
  2674.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2675.                                                 </summary>
  2676.         </member>
  2677.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.replaceChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  2678.             <summary>
  2679.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2680.                                                 </summary>
  2681.         </member>
  2682.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.save(System.Object)">
  2683.             <summary>
  2684.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2685.                                                 </summary>
  2686.         </member>
  2687.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.selectNodes(System.String)">
  2688.             <summary>
  2689.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2690.                                                 </summary>
  2691.         </member>
  2692.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.selectSingleNode(System.String)">
  2693.             <summary>
  2694.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2695.                                                 </summary>
  2696.         </member>
  2697.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.setProperty(System.String,System.Object)">
  2698.             <summary>
  2699.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2700.                                                 </summary>
  2701.         </member>
  2702.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.transformNode(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  2703.             <summary>
  2704.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2705.                                                 </summary>
  2706.         </member>
  2707.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.transformNodeToObject(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  2708.             <summary>
  2709.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2710.                                                 </summary>
  2711.         </member>
  2712.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.validate">
  2713.             <summary>
  2714.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2715.                                                 </summary>
  2716.         </member>
  2717.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.validateNode(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  2718.             <summary>
  2719.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2720.                                                 </summary>
  2721.         </member>
  2722.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.async">
  2723.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2724.         </member>
  2725.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.attributes">
  2726.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2727.         </member>
  2728.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.baseName">
  2729.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2730.         </member>
  2731.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.childNodes">
  2732.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2733.         </member>
  2734.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.dataType">
  2735.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2736.         </member>
  2737.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.definition">
  2738.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2739.         </member>
  2740.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.doctype">
  2741.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2742.         </member>
  2743.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.documentElement">
  2744.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2745.         </member>
  2746.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.firstChild">
  2747.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2748.         </member>
  2749.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.implementation">
  2750.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2751.         </member>
  2752.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.lastChild">
  2753.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2754.         </member>
  2755.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.namespaces">
  2756.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2757.         </member>
  2758.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.namespaceURI">
  2759.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2760.         </member>
  2761.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.nextSibling">
  2762.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2763.         </member>
  2764.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.nodeName">
  2765.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2766.         </member>
  2767.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.nodeType">
  2768.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2769.         </member>
  2770.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.nodeTypedValue">
  2771.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2772.         </member>
  2773.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.nodeTypeString">
  2774.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2775.         </member>
  2776.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.nodeValue">
  2777.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2778.         </member>
  2779.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.ondataavailable">
  2780.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2781.         </member>
  2782.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.onreadystatechange">
  2783.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2784.         </member>
  2785.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.ontransformnode">
  2786.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2787.         </member>
  2788.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.ownerDocument">
  2789.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2790.         </member>
  2791.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.parentNode">
  2792.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2793.         </member>
  2794.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.parsed">
  2795.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2796.         </member>
  2797.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.parseError">
  2798.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2799.         </member>
  2800.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.prefix">
  2801.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2802.         </member>
  2803.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.preserveWhiteSpace">
  2804.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2805.         </member>
  2806.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.previousSibling">
  2807.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2808.         </member>
  2809.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.readyState">
  2810.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2811.         </member>
  2812.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.resolveExternals">
  2813.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2814.         </member>
  2815.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.schemas">
  2816.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2817.         </member>
  2818.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.specified">
  2819.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2820.         </member>
  2821.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.text">
  2822.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2823.         </member>
  2824.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.url">
  2825.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2826.         </member>
  2827.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.validateOnParse">
  2828.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2829.         </member>
  2830.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocument3.xml">
  2831.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2832.         </member>
  2833.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentFragment">
  2834.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2835.         </member>
  2836.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentFragment.appendChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  2837.             <summary>
  2838.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2839.                                                 </summary>
  2840.         </member>
  2841.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentFragment.cloneNode(System.Boolean)">
  2842.             <summary>
  2843.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2844.                                                 </summary>
  2845.         </member>
  2846.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentFragment.hasChildNodes">
  2847.             <summary>
  2848.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2849.                                                 </summary>
  2850.         </member>
  2851.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentFragment.insertBefore(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  2852.             <summary>
  2853.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2854.                                                 </summary>
  2855.         </member>
  2856.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentFragment.removeChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  2857.             <summary>
  2858.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2859.                                                 </summary>
  2860.         </member>
  2861.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentFragment.replaceChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  2862.             <summary>
  2863.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2864.                                                 </summary>
  2865.         </member>
  2866.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentFragment.selectNodes(System.String)">
  2867.             <summary>
  2868.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2869.                                                 </summary>
  2870.         </member>
  2871.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentFragment.selectSingleNode(System.String)">
  2872.             <summary>
  2873.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2874.                                                 </summary>
  2875.         </member>
  2876.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentFragment.transformNode(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  2877.             <summary>
  2878.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2879.                                                 </summary>
  2880.         </member>
  2881.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentFragment.transformNodeToObject(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  2882.             <summary>
  2883.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2884.                                                 </summary>
  2885.         </member>
  2886.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentFragment.attributes">
  2887.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2888.         </member>
  2889.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentFragment.baseName">
  2890.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2891.         </member>
  2892.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentFragment.childNodes">
  2893.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2894.         </member>
  2895.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentFragment.dataType">
  2896.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2897.         </member>
  2898.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentFragment.definition">
  2899.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2900.         </member>
  2901.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentFragment.firstChild">
  2902.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2903.         </member>
  2904.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentFragment.lastChild">
  2905.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2906.         </member>
  2907.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentFragment.namespaceURI">
  2908.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2909.         </member>
  2910.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentFragment.nextSibling">
  2911.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2912.         </member>
  2913.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentFragment.nodeName">
  2914.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2915.         </member>
  2916.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentFragment.nodeType">
  2917.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2918.         </member>
  2919.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentFragment.nodeTypedValue">
  2920.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2921.         </member>
  2922.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentFragment.nodeTypeString">
  2923.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2924.         </member>
  2925.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentFragment.nodeValue">
  2926.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2927.         </member>
  2928.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentFragment.ownerDocument">
  2929.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2930.         </member>
  2931.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentFragment.parentNode">
  2932.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2933.         </member>
  2934.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentFragment.parsed">
  2935.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2936.         </member>
  2937.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentFragment.prefix">
  2938.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2939.         </member>
  2940.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentFragment.previousSibling">
  2941.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2942.         </member>
  2943.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentFragment.specified">
  2944.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2945.         </member>
  2946.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentFragment.text">
  2947.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2948.         </member>
  2949.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentFragment.xml">
  2950.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2951.         </member>
  2952.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType">
  2953.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  2954.         </member>
  2955.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType.appendChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  2956.             <summary>
  2957.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2958.                                                 </summary>
  2959.         </member>
  2960.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType.cloneNode(System.Boolean)">
  2961.             <summary>
  2962.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2963.                                                 </summary>
  2964.         </member>
  2965.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType.hasChildNodes">
  2966.             <summary>
  2967.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2968.                                                 </summary>
  2969.         </member>
  2970.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType.insertBefore(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  2971.             <summary>
  2972.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2973.                                                 </summary>
  2974.         </member>
  2975.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType.removeChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  2976.             <summary>
  2977.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2978.                                                 </summary>
  2979.         </member>
  2980.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType.replaceChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  2981.             <summary>
  2982.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2983.                                                 </summary>
  2984.         </member>
  2985.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType.selectNodes(System.String)">
  2986.             <summary>
  2987.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2988.                                                 </summary>
  2989.         </member>
  2990.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType.selectSingleNode(System.String)">
  2991.             <summary>
  2992.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2993.                                                 </summary>
  2994.         </member>
  2995.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType.transformNode(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  2996.             <summary>
  2997.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  2998.                                                 </summary>
  2999.         </member>
  3000.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType.transformNodeToObject(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  3001.             <summary>
  3002.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3003.                                                 </summary>
  3004.         </member>
  3005.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType.attributes">
  3006.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3007.         </member>
  3008.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType.baseName">
  3009.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3010.         </member>
  3011.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType.childNodes">
  3012.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3013.         </member>
  3014.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType.dataType">
  3015.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3016.         </member>
  3017.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType.definition">
  3018.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3019.         </member>
  3020.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType.entities">
  3021.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3022.         </member>
  3023.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType.firstChild">
  3024.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3025.         </member>
  3026.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType.lastChild">
  3027.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3028.         </member>
  3029.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType.name">
  3030.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3031.         </member>
  3032.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType.namespaceURI">
  3033.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3034.         </member>
  3035.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType.nextSibling">
  3036.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3037.         </member>
  3038.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType.nodeName">
  3039.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3040.         </member>
  3041.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType.nodeType">
  3042.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3043.         </member>
  3044.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType.nodeTypedValue">
  3045.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3046.         </member>
  3047.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType.nodeTypeString">
  3048.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3049.         </member>
  3050.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType.nodeValue">
  3051.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3052.         </member>
  3053.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType.notations">
  3054.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3055.         </member>
  3056.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType.ownerDocument">
  3057.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3058.         </member>
  3059.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType.parentNode">
  3060.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3061.         </member>
  3062.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType.parsed">
  3063.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3064.         </member>
  3065.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType.prefix">
  3066.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3067.         </member>
  3068.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType.previousSibling">
  3069.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3070.         </member>
  3071.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType.specified">
  3072.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3073.         </member>
  3074.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType.text">
  3075.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3076.         </member>
  3077.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMDocumentType.xml">
  3078.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3079.         </member>
  3080.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement">
  3081.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3082.         </member>
  3083.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.appendChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  3084.             <summary>
  3085.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3086.                                                 </summary>
  3087.         </member>
  3088.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.cloneNode(System.Boolean)">
  3089.             <summary>
  3090.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3091.                                                 </summary>
  3092.         </member>
  3093.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.getAttribute(System.String)">
  3094.             <summary>
  3095.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3096.                                                 </summary>
  3097.         </member>
  3098.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.getAttributeNode(System.String)">
  3099.             <summary>
  3100.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3101.                                                 </summary>
  3102.         </member>
  3103.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.getElementsByTagName(System.String)">
  3104.             <summary>
  3105.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3106.                                                 </summary>
  3107.         </member>
  3108.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.hasChildNodes">
  3109.             <summary>
  3110.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3111.                                                 </summary>
  3112.         </member>
  3113.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.insertBefore(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  3114.             <summary>
  3115.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3116.                                                 </summary>
  3117.         </member>
  3118.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.normalize">
  3119.             <summary>
  3120.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3121.                                                 </summary>
  3122.         </member>
  3123.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.removeAttribute(System.String)">
  3124.             <summary>
  3125.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3126.                                                 </summary>
  3127.         </member>
  3128.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.removeAttributeNode(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute)">
  3129.             <summary>
  3130.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3131.                                                 </summary>
  3132.         </member>
  3133.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.removeChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  3134.             <summary>
  3135.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3136.                                                 </summary>
  3137.         </member>
  3138.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.replaceChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  3139.             <summary>
  3140.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3141.                                                 </summary>
  3142.         </member>
  3143.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.selectNodes(System.String)">
  3144.             <summary>
  3145.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3146.                                                 </summary>
  3147.         </member>
  3148.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.selectSingleNode(System.String)">
  3149.             <summary>
  3150.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3151.                                                 </summary>
  3152.         </member>
  3153.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.setAttribute(System.String,System.Object)">
  3154.             <summary>
  3155.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3156.                                                 </summary>
  3157.         </member>
  3158.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.setAttributeNode(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute)">
  3159.             <summary>
  3160.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3161.                                                 </summary>
  3162.         </member>
  3163.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.transformNode(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  3164.             <summary>
  3165.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3166.                                                 </summary>
  3167.         </member>
  3168.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.transformNodeToObject(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  3169.             <summary>
  3170.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3171.                                                 </summary>
  3172.         </member>
  3173.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.attributes">
  3174.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3175.         </member>
  3176.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.baseName">
  3177.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3178.         </member>
  3179.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.childNodes">
  3180.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3181.         </member>
  3182.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.dataType">
  3183.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3184.         </member>
  3185.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.definition">
  3186.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3187.         </member>
  3188.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.firstChild">
  3189.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3190.         </member>
  3191.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.lastChild">
  3192.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3193.         </member>
  3194.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.namespaceURI">
  3195.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3196.         </member>
  3197.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.nextSibling">
  3198.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3199.         </member>
  3200.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.nodeName">
  3201.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3202.         </member>
  3203.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.nodeType">
  3204.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3205.         </member>
  3206.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.nodeTypedValue">
  3207.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3208.         </member>
  3209.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.nodeTypeString">
  3210.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3211.         </member>
  3212.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.nodeValue">
  3213.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3214.         </member>
  3215.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.ownerDocument">
  3216.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3217.         </member>
  3218.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.parentNode">
  3219.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3220.         </member>
  3221.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.parsed">
  3222.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3223.         </member>
  3224.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.prefix">
  3225.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3226.         </member>
  3227.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.previousSibling">
  3228.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3229.         </member>
  3230.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.specified">
  3231.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3232.         </member>
  3233.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.tagName">
  3234.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3235.         </member>
  3236.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.text">
  3237.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3238.         </member>
  3239.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement.xml">
  3240.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3241.         </member>
  3242.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity">
  3243.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3244.         </member>
  3245.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity.appendChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  3246.             <summary>
  3247.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3248.                                                 </summary>
  3249.         </member>
  3250.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity.cloneNode(System.Boolean)">
  3251.             <summary>
  3252.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3253.                                                 </summary>
  3254.         </member>
  3255.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity.hasChildNodes">
  3256.             <summary>
  3257.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3258.                                                 </summary>
  3259.         </member>
  3260.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity.insertBefore(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  3261.             <summary>
  3262.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3263.                                                 </summary>
  3264.         </member>
  3265.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity.removeChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  3266.             <summary>
  3267.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3268.                                                 </summary>
  3269.         </member>
  3270.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity.replaceChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  3271.             <summary>
  3272.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3273.                                                 </summary>
  3274.         </member>
  3275.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity.selectNodes(System.String)">
  3276.             <summary>
  3277.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3278.                                                 </summary>
  3279.         </member>
  3280.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity.selectSingleNode(System.String)">
  3281.             <summary>
  3282.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3283.                                                 </summary>
  3284.         </member>
  3285.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity.transformNode(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  3286.             <summary>
  3287.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3288.                                                 </summary>
  3289.         </member>
  3290.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity.transformNodeToObject(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  3291.             <summary>
  3292.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3293.                                                 </summary>
  3294.         </member>
  3295.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity.attributes">
  3296.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3297.         </member>
  3298.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity.baseName">
  3299.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3300.         </member>
  3301.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity.childNodes">
  3302.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3303.         </member>
  3304.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity.dataType">
  3305.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3306.         </member>
  3307.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity.definition">
  3308.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3309.         </member>
  3310.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity.firstChild">
  3311.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3312.         </member>
  3313.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity.lastChild">
  3314.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3315.         </member>
  3316.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity.namespaceURI">
  3317.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3318.         </member>
  3319.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity.nextSibling">
  3320.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3321.         </member>
  3322.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity.nodeName">
  3323.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3324.         </member>
  3325.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity.nodeType">
  3326.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3327.         </member>
  3328.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity.nodeTypedValue">
  3329.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3330.         </member>
  3331.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity.nodeTypeString">
  3332.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3333.         </member>
  3334.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity.nodeValue">
  3335.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3336.         </member>
  3337.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity.notationName">
  3338.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3339.         </member>
  3340.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity.ownerDocument">
  3341.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3342.         </member>
  3343.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity.parentNode">
  3344.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3345.         </member>
  3346.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity.parsed">
  3347.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3348.         </member>
  3349.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity.prefix">
  3350.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3351.         </member>
  3352.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity.previousSibling">
  3353.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3354.         </member>
  3355.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity.publicId">
  3356.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3357.         </member>
  3358.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity.specified">
  3359.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3360.         </member>
  3361.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity.systemId">
  3362.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3363.         </member>
  3364.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity.text">
  3365.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3366.         </member>
  3367.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntity.xml">
  3368.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3369.         </member>
  3370.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntityReference">
  3371.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3372.         </member>
  3373.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntityReference.appendChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  3374.             <summary>
  3375.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3376.                                                 </summary>
  3377.         </member>
  3378.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntityReference.cloneNode(System.Boolean)">
  3379.             <summary>
  3380.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3381.                                                 </summary>
  3382.         </member>
  3383.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntityReference.hasChildNodes">
  3384.             <summary>
  3385.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3386.                                                 </summary>
  3387.         </member>
  3388.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntityReference.insertBefore(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  3389.             <summary>
  3390.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3391.                                                 </summary>
  3392.         </member>
  3393.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntityReference.removeChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  3394.             <summary>
  3395.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3396.                                                 </summary>
  3397.         </member>
  3398.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntityReference.replaceChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  3399.             <summary>
  3400.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3401.                                                 </summary>
  3402.         </member>
  3403.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntityReference.selectNodes(System.String)">
  3404.             <summary>
  3405.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3406.                                                 </summary>
  3407.         </member>
  3408.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntityReference.selectSingleNode(System.String)">
  3409.             <summary>
  3410.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3411.                                                 </summary>
  3412.         </member>
  3413.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntityReference.transformNode(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  3414.             <summary>
  3415.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3416.                                                 </summary>
  3417.         </member>
  3418.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntityReference.transformNodeToObject(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  3419.             <summary>
  3420.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3421.                                                 </summary>
  3422.         </member>
  3423.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntityReference.attributes">
  3424.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3425.         </member>
  3426.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntityReference.baseName">
  3427.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3428.         </member>
  3429.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntityReference.childNodes">
  3430.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3431.         </member>
  3432.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntityReference.dataType">
  3433.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3434.         </member>
  3435.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntityReference.definition">
  3436.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3437.         </member>
  3438.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntityReference.firstChild">
  3439.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3440.         </member>
  3441.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntityReference.lastChild">
  3442.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3443.         </member>
  3444.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntityReference.namespaceURI">
  3445.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3446.         </member>
  3447.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntityReference.nextSibling">
  3448.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3449.         </member>
  3450.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntityReference.nodeName">
  3451.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3452.         </member>
  3453.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntityReference.nodeType">
  3454.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3455.         </member>
  3456.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntityReference.nodeTypedValue">
  3457.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3458.         </member>
  3459.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntityReference.nodeTypeString">
  3460.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3461.         </member>
  3462.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntityReference.nodeValue">
  3463.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3464.         </member>
  3465.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntityReference.ownerDocument">
  3466.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3467.         </member>
  3468.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntityReference.parentNode">
  3469.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3470.         </member>
  3471.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntityReference.parsed">
  3472.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3473.         </member>
  3474.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntityReference.prefix">
  3475.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3476.         </member>
  3477.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntityReference.previousSibling">
  3478.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3479.         </member>
  3480.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntityReference.specified">
  3481.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3482.         </member>
  3483.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntityReference.text">
  3484.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3485.         </member>
  3486.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMEntityReference.xml">
  3487.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3488.         </member>
  3489.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMImplementation">
  3490.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3491.         </member>
  3492.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMImplementation.hasFeature(System.String,System.String)">
  3493.             <summary>
  3494.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3495.                                                 </summary>
  3496.         </member>
  3497.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNamedNodeMap">
  3498.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3499.         </member>
  3500.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNamedNodeMap.GetEnumerator">
  3501.             <summary>
  3502.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3503.                                                 </summary>
  3504.         </member>
  3505.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNamedNodeMap.getNamedItem(System.String)">
  3506.             <summary>
  3507.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3508.                                                 </summary>
  3509.         </member>
  3510.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNamedNodeMap.getQualifiedItem(System.String,System.String)">
  3511.             <summary>
  3512.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3513.                                                 </summary>
  3514.         </member>
  3515.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNamedNodeMap.nextNode">
  3516.             <summary>
  3517.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3518.                                                 </summary>
  3519.         </member>
  3520.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNamedNodeMap.removeNamedItem(System.String)">
  3521.             <summary>
  3522.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3523.                                                 </summary>
  3524.         </member>
  3525.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNamedNodeMap.removeQualifiedItem(System.String,System.String)">
  3526.             <summary>
  3527.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3528.                                                 </summary>
  3529.         </member>
  3530.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNamedNodeMap.reset">
  3531.             <summary>
  3532.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3533.                                                 </summary>
  3534.         </member>
  3535.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNamedNodeMap.setNamedItem(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  3536.             <summary>
  3537.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3538.                                                 </summary>
  3539.         </member>
  3540.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNamedNodeMap.Item(System.Int32)">
  3541.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3542.         </member>
  3543.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNamedNodeMap.length">
  3544.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3545.         </member>
  3546.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNamedNodeMapEnumerator">
  3547.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3548.         </member>
  3549.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNamedNodeMapEnumerator.#ctor(System.Object)">
  3550.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3551.         </member>
  3552.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNamedNodeMapEnumerator.MoveNext">
  3553.             <summary>
  3554.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3555.                                                 </summary>
  3556.         </member>
  3557.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNamedNodeMapEnumerator.Reset">
  3558.             <summary>
  3559.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3560.                                                 </summary>
  3561.         </member>
  3562.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNamedNodeMapEnumerator.Current">
  3563.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3564.         </member>
  3565.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode">
  3566.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3567.         </member>
  3568.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode.appendChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  3569.             <summary>
  3570.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3571.                                                 </summary>
  3572.         </member>
  3573.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode.cloneNode(System.Boolean)">
  3574.             <summary>
  3575.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3576.                                                 </summary>
  3577.         </member>
  3578.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode.hasChildNodes">
  3579.             <summary>
  3580.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3581.                                                 </summary>
  3582.         </member>
  3583.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode.insertBefore(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  3584.             <summary>
  3585.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3586.                                                 </summary>
  3587.         </member>
  3588.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode.removeChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  3589.             <summary>
  3590.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3591.                                                 </summary>
  3592.         </member>
  3593.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode.replaceChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  3594.             <summary>
  3595.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3596.                                                 </summary>
  3597.         </member>
  3598.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode.selectNodes(System.String)">
  3599.             <summary>
  3600.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3601.                                                 </summary>
  3602.         </member>
  3603.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode.selectSingleNode(System.String)">
  3604.             <summary>
  3605.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3606.                                                 </summary>
  3607.         </member>
  3608.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode.transformNode(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  3609.             <summary>
  3610.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3611.                                                 </summary>
  3612.         </member>
  3613.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode.transformNodeToObject(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  3614.             <summary>
  3615.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3616.                                                 </summary>
  3617.         </member>
  3618.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode.attributes">
  3619.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3620.         </member>
  3621.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode.baseName">
  3622.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3623.         </member>
  3624.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode.childNodes">
  3625.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3626.         </member>
  3627.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode.dataType">
  3628.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3629.         </member>
  3630.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode.definition">
  3631.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3632.         </member>
  3633.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode.firstChild">
  3634.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3635.         </member>
  3636.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode.lastChild">
  3637.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3638.         </member>
  3639.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode.namespaceURI">
  3640.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3641.         </member>
  3642.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode.nextSibling">
  3643.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3644.         </member>
  3645.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode.nodeName">
  3646.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3647.         </member>
  3648.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode.nodeType">
  3649.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3650.         </member>
  3651.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode.nodeTypedValue">
  3652.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3653.         </member>
  3654.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode.nodeTypeString">
  3655.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3656.         </member>
  3657.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode.nodeValue">
  3658.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3659.         </member>
  3660.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode.ownerDocument">
  3661.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3662.         </member>
  3663.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode.parentNode">
  3664.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3665.         </member>
  3666.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode.parsed">
  3667.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3668.         </member>
  3669.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode.prefix">
  3670.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3671.         </member>
  3672.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode.previousSibling">
  3673.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3674.         </member>
  3675.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode.specified">
  3676.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3677.         </member>
  3678.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode.text">
  3679.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3680.         </member>
  3681.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode.xml">
  3682.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3683.         </member>
  3684.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNodeList">
  3685.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3686.         </member>
  3687.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNodeList.GetEnumerator">
  3688.             <summary>
  3689.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3690.                                                 </summary>
  3691.         </member>
  3692.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNodeList.nextNode">
  3693.             <summary>
  3694.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3695.                                                 </summary>
  3696.         </member>
  3697.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNodeList.reset">
  3698.             <summary>
  3699.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3700.                                                 </summary>
  3701.         </member>
  3702.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNodeList.Item(System.Int32)">
  3703.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3704.         </member>
  3705.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNodeList.length">
  3706.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3707.         </member>
  3708.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNodeListEnumerator">
  3709.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3710.         </member>
  3711.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNodeListEnumerator.#ctor(System.Object)">
  3712.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3713.         </member>
  3714.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNodeListEnumerator.MoveNext">
  3715.             <summary>
  3716.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3717.                                                 </summary>
  3718.         </member>
  3719.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNodeListEnumerator.Reset">
  3720.             <summary>
  3721.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3722.                                                 </summary>
  3723.         </member>
  3724.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNodeListEnumerator.Current">
  3725.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3726.         </member>
  3727.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNotation">
  3728.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3729.         </member>
  3730.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNotation.appendChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  3731.             <summary>
  3732.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3733.                                                 </summary>
  3734.         </member>
  3735.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNotation.cloneNode(System.Boolean)">
  3736.             <summary>
  3737.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3738.                                                 </summary>
  3739.         </member>
  3740.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNotation.hasChildNodes">
  3741.             <summary>
  3742.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3743.                                                 </summary>
  3744.         </member>
  3745.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNotation.insertBefore(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  3746.             <summary>
  3747.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3748.                                                 </summary>
  3749.         </member>
  3750.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNotation.removeChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  3751.             <summary>
  3752.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3753.                                                 </summary>
  3754.         </member>
  3755.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNotation.replaceChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  3756.             <summary>
  3757.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3758.                                                 </summary>
  3759.         </member>
  3760.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNotation.selectNodes(System.String)">
  3761.             <summary>
  3762.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3763.                                                 </summary>
  3764.         </member>
  3765.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNotation.selectSingleNode(System.String)">
  3766.             <summary>
  3767.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3768.                                                 </summary>
  3769.         </member>
  3770.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNotation.transformNode(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  3771.             <summary>
  3772.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3773.                                                 </summary>
  3774.         </member>
  3775.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNotation.transformNodeToObject(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  3776.             <summary>
  3777.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3778.                                                 </summary>
  3779.         </member>
  3780.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNotation.attributes">
  3781.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3782.         </member>
  3783.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNotation.baseName">
  3784.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3785.         </member>
  3786.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNotation.childNodes">
  3787.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3788.         </member>
  3789.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNotation.dataType">
  3790.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3791.         </member>
  3792.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNotation.definition">
  3793.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3794.         </member>
  3795.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNotation.firstChild">
  3796.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3797.         </member>
  3798.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNotation.lastChild">
  3799.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3800.         </member>
  3801.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNotation.namespaceURI">
  3802.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3803.         </member>
  3804.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNotation.nextSibling">
  3805.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3806.         </member>
  3807.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNotation.nodeName">
  3808.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3809.         </member>
  3810.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNotation.nodeType">
  3811.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3812.         </member>
  3813.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNotation.nodeTypedValue">
  3814.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3815.         </member>
  3816.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNotation.nodeTypeString">
  3817.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3818.         </member>
  3819.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNotation.nodeValue">
  3820.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3821.         </member>
  3822.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNotation.ownerDocument">
  3823.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3824.         </member>
  3825.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNotation.parentNode">
  3826.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3827.         </member>
  3828.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNotation.parsed">
  3829.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3830.         </member>
  3831.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNotation.prefix">
  3832.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3833.         </member>
  3834.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNotation.previousSibling">
  3835.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3836.         </member>
  3837.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNotation.publicId">
  3838.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3839.         </member>
  3840.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNotation.specified">
  3841.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3842.         </member>
  3843.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNotation.systemId">
  3844.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3845.         </member>
  3846.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNotation.text">
  3847.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3848.         </member>
  3849.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNotation.xml">
  3850.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3851.         </member>
  3852.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMParseError">
  3853.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3854.         </member>
  3855.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMParseError.errorCode">
  3856.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3857.         </member>
  3858.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMParseError.filepos">
  3859.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3860.         </member>
  3861.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMParseError.line">
  3862.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3863.         </member>
  3864.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMParseError.linepos">
  3865.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3866.         </member>
  3867.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMParseError.reason">
  3868.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3869.         </member>
  3870.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMParseError.srcText">
  3871.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3872.         </member>
  3873.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMParseError.url">
  3874.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3875.         </member>
  3876.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMParseError2">
  3877.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3878.         </member>
  3879.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMParseError2.errorParameters(System.Int32)">
  3880.             <summary>
  3881.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3882.                                                 </summary>
  3883.         </member>
  3884.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMParseError2.allErrors">
  3885.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3886.         </member>
  3887.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMParseError2.errorCode">
  3888.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3889.         </member>
  3890.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMParseError2.errorParametersCount">
  3891.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3892.         </member>
  3893.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMParseError2.errorXPath">
  3894.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3895.         </member>
  3896.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMParseError2.filepos">
  3897.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3898.         </member>
  3899.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMParseError2.line">
  3900.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3901.         </member>
  3902.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMParseError2.linepos">
  3903.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3904.         </member>
  3905.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMParseError2.reason">
  3906.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3907.         </member>
  3908.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMParseError2.srcText">
  3909.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3910.         </member>
  3911.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMParseError2.url">
  3912.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3913.         </member>
  3914.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMParseErrorCollection">
  3915.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3916.         </member>
  3917.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMParseErrorCollection.GetEnumerator">
  3918.             <summary>
  3919.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3920.                                                 </summary>
  3921.         </member>
  3922.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMParseErrorCollection.reset">
  3923.             <summary>
  3924.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3925.                                                 </summary>
  3926.         </member>
  3927.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMParseErrorCollection.Item(System.Int32)">
  3928.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3929.         </member>
  3930.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMParseErrorCollection.length">
  3931.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3932.         </member>
  3933.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMParseErrorCollection.next">
  3934.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3935.         </member>
  3936.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMParseErrorCollectionEnumerator">
  3937.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3938.         </member>
  3939.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMParseErrorCollectionEnumerator.#ctor(System.Object)">
  3940.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3941.         </member>
  3942.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMParseErrorCollectionEnumerator.MoveNext">
  3943.             <summary>
  3944.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3945.                                                 </summary>
  3946.         </member>
  3947.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMParseErrorCollectionEnumerator.Reset">
  3948.             <summary>
  3949.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3950.                                                 </summary>
  3951.         </member>
  3952.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMParseErrorCollectionEnumerator.Current">
  3953.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3954.         </member>
  3955.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction">
  3956.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  3957.         </member>
  3958.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction.appendChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  3959.             <summary>
  3960.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3961.                                                 </summary>
  3962.         </member>
  3963.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction.cloneNode(System.Boolean)">
  3964.             <summary>
  3965.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3966.                                                 </summary>
  3967.         </member>
  3968.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction.hasChildNodes">
  3969.             <summary>
  3970.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3971.                                                 </summary>
  3972.         </member>
  3973.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction.insertBefore(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  3974.             <summary>
  3975.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3976.                                                 </summary>
  3977.         </member>
  3978.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction.removeChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  3979.             <summary>
  3980.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3981.                                                 </summary>
  3982.         </member>
  3983.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction.replaceChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  3984.             <summary>
  3985.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3986.                                                 </summary>
  3987.         </member>
  3988.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction.selectNodes(System.String)">
  3989.             <summary>
  3990.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3991.                                                 </summary>
  3992.         </member>
  3993.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction.selectSingleNode(System.String)">
  3994.             <summary>
  3995.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  3996.                                                 </summary>
  3997.         </member>
  3998.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction.transformNode(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  3999.             <summary>
  4000.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4001.                                                 </summary>
  4002.         </member>
  4003.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction.transformNodeToObject(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  4004.             <summary>
  4005.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4006.                                                 </summary>
  4007.         </member>
  4008.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction.attributes">
  4009.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4010.         </member>
  4011.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction.baseName">
  4012.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4013.         </member>
  4014.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction.childNodes">
  4015.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4016.         </member>
  4017.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction.data">
  4018.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4019.         </member>
  4020.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction.dataType">
  4021.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4022.         </member>
  4023.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction.definition">
  4024.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4025.         </member>
  4026.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction.firstChild">
  4027.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4028.         </member>
  4029.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction.lastChild">
  4030.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4031.         </member>
  4032.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction.namespaceURI">
  4033.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4034.         </member>
  4035.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction.nextSibling">
  4036.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4037.         </member>
  4038.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction.nodeName">
  4039.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4040.         </member>
  4041.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction.nodeType">
  4042.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4043.         </member>
  4044.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction.nodeTypedValue">
  4045.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4046.         </member>
  4047.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction.nodeTypeString">
  4048.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4049.         </member>
  4050.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction.nodeValue">
  4051.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4052.         </member>
  4053.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction.ownerDocument">
  4054.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4055.         </member>
  4056.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction.parentNode">
  4057.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4058.         </member>
  4059.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction.parsed">
  4060.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4061.         </member>
  4062.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction.prefix">
  4063.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4064.         </member>
  4065.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction.previousSibling">
  4066.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4067.         </member>
  4068.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction.specified">
  4069.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4070.         </member>
  4071.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction.target">
  4072.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4073.         </member>
  4074.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction.text">
  4075.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4076.         </member>
  4077.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMProcessingInstruction.xml">
  4078.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4079.         </member>
  4080.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMSchemaCollection">
  4081.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4082.         </member>
  4083.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMSchemaCollection.add(System.String,System.Object)">
  4084.             <summary>
  4085.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4086.                                                 </summary>
  4087.         </member>
  4088.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMSchemaCollection.addCollection(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMSchemaCollection)">
  4089.             <summary>
  4090.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4091.                                                 </summary>
  4092.         </member>
  4093.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMSchemaCollection.get(System.String)">
  4094.             <summary>
  4095.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4096.                                                 </summary>
  4097.         </member>
  4098.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMSchemaCollection.GetEnumerator">
  4099.             <summary>
  4100.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4101.                                                 </summary>
  4102.         </member>
  4103.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMSchemaCollection.remove(System.String)">
  4104.             <summary>
  4105.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4106.                                                 </summary>
  4107.         </member>
  4108.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMSchemaCollection.Item(System.Int32)">
  4109.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4110.         </member>
  4111.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMSchemaCollection.length">
  4112.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4113.         </member>
  4114.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMSchemaCollectionEnumerator">
  4115.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4116.         </member>
  4117.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMSchemaCollectionEnumerator.#ctor(System.Object)">
  4118.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4119.         </member>
  4120.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMSchemaCollectionEnumerator.MoveNext">
  4121.             <summary>
  4122.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4123.                                                 </summary>
  4124.         </member>
  4125.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMSchemaCollectionEnumerator.Reset">
  4126.             <summary>
  4127.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4128.                                                 </summary>
  4129.         </member>
  4130.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMSchemaCollectionEnumerator.Current">
  4131.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4132.         </member>
  4133.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMSelection">
  4134.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4135.         </member>
  4136.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMSelection.clone">
  4137.             <summary>
  4138.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4139.                                                 </summary>
  4140.         </member>
  4141.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMSelection.GetEnumerator">
  4142.             <summary>
  4143.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4144.                                                 </summary>
  4145.         </member>
  4146.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMSelection.getProperty(System.String)">
  4147.             <summary>
  4148.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4149.                                                 </summary>
  4150.         </member>
  4151.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMSelection.matches(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  4152.             <summary>
  4153.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4154.                                                 </summary>
  4155.         </member>
  4156.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMSelection.nextNode">
  4157.             <summary>
  4158.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4159.                                                 </summary>
  4160.         </member>
  4161.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMSelection.peekNode">
  4162.             <summary>
  4163.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4164.                                                 </summary>
  4165.         </member>
  4166.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMSelection.removeAll">
  4167.             <summary>
  4168.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4169.                                                 </summary>
  4170.         </member>
  4171.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMSelection.removeNext">
  4172.             <summary>
  4173.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4174.                                                 </summary>
  4175.         </member>
  4176.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMSelection.reset">
  4177.             <summary>
  4178.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4179.                                                 </summary>
  4180.         </member>
  4181.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMSelection.setProperty(System.String,System.Object)">
  4182.             <summary>
  4183.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4184.                                                 </summary>
  4185.         </member>
  4186.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMSelection.context">
  4187.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4188.         </member>
  4189.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMSelection.expr">
  4190.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4191.         </member>
  4192.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMSelection.Item(System.Int32)">
  4193.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4194.         </member>
  4195.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMSelection.length">
  4196.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4197.         </member>
  4198.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText">
  4199.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4200.         </member>
  4201.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.appendChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  4202.             <summary>
  4203.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4204.                                                 </summary>
  4205.         </member>
  4206.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.appendData(System.String)">
  4207.             <summary>
  4208.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4209.                                                 </summary>
  4210.         </member>
  4211.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.cloneNode(System.Boolean)">
  4212.             <summary>
  4213.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4214.                                                 </summary>
  4215.         </member>
  4216.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.deleteData(System.Int32,System.Int32)">
  4217.             <summary>
  4218.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4219.                                                 </summary>
  4220.         </member>
  4221.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.hasChildNodes">
  4222.             <summary>
  4223.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4224.                                                 </summary>
  4225.         </member>
  4226.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.insertBefore(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  4227.             <summary>
  4228.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4229.                                                 </summary>
  4230.         </member>
  4231.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.insertData(System.Int32,System.String)">
  4232.             <summary>
  4233.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4234.                                                 </summary>
  4235.         </member>
  4236.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.removeChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  4237.             <summary>
  4238.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4239.                                                 </summary>
  4240.         </member>
  4241.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.replaceChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  4242.             <summary>
  4243.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4244.                                                 </summary>
  4245.         </member>
  4246.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.replaceData(System.Int32,System.Int32,System.String)">
  4247.             <summary>
  4248.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4249.                                                 </summary>
  4250.         </member>
  4251.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.selectNodes(System.String)">
  4252.             <summary>
  4253.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4254.                                                 </summary>
  4255.         </member>
  4256.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.selectSingleNode(System.String)">
  4257.             <summary>
  4258.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4259.                                                 </summary>
  4260.         </member>
  4261.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.splitText(System.Int32)">
  4262.             <summary>
  4263.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4264.                                                 </summary>
  4265.         </member>
  4266.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.substringData(System.Int32,System.Int32)">
  4267.             <summary>
  4268.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4269.                                                 </summary>
  4270.         </member>
  4271.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.transformNode(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  4272.             <summary>
  4273.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4274.                                                 </summary>
  4275.         </member>
  4276.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.transformNodeToObject(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  4277.             <summary>
  4278.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4279.                                                 </summary>
  4280.         </member>
  4281.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.attributes">
  4282.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4283.         </member>
  4284.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.baseName">
  4285.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4286.         </member>
  4287.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.childNodes">
  4288.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4289.         </member>
  4290.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.data">
  4291.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4292.         </member>
  4293.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.dataType">
  4294.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4295.         </member>
  4296.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.definition">
  4297.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4298.         </member>
  4299.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.firstChild">
  4300.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4301.         </member>
  4302.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.lastChild">
  4303.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4304.         </member>
  4305.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.length">
  4306.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4307.         </member>
  4308.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.namespaceURI">
  4309.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4310.         </member>
  4311.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.nextSibling">
  4312.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4313.         </member>
  4314.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.nodeName">
  4315.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4316.         </member>
  4317.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.nodeType">
  4318.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4319.         </member>
  4320.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.nodeTypedValue">
  4321.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4322.         </member>
  4323.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.nodeTypeString">
  4324.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4325.         </member>
  4326.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.nodeValue">
  4327.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4328.         </member>
  4329.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.ownerDocument">
  4330.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4331.         </member>
  4332.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.parentNode">
  4333.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4334.         </member>
  4335.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.parsed">
  4336.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4337.         </member>
  4338.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.prefix">
  4339.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4340.         </member>
  4341.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.previousSibling">
  4342.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4343.         </member>
  4344.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.specified">
  4345.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4346.         </member>
  4347.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.text">
  4348.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4349.         </member>
  4350.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMText.xml">
  4351.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4352.         </member>
  4353.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.IXSLProcessor">
  4354.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4355.         </member>
  4356.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXSLProcessor.addObject(System.Object,System.String)">
  4357.             <summary>
  4358.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4359.                                                 </summary>
  4360.         </member>
  4361.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXSLProcessor.addParameter(System.String,System.Object,System.String)">
  4362.             <summary>
  4363.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4364.                                                 </summary>
  4365.         </member>
  4366.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXSLProcessor.reset">
  4367.             <summary>
  4368.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4369.                                                 </summary>
  4370.         </member>
  4371.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXSLProcessor.setStartMode(System.String,System.String)">
  4372.             <summary>
  4373.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4374.                                                 </summary>
  4375.         </member>
  4376.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXSLProcessor.transform">
  4377.             <summary>
  4378.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4379.                                                 </summary>
  4380.         </member>
  4381.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXSLProcessor.input">
  4382.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4383.         </member>
  4384.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXSLProcessor.output">
  4385.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4386.         </member>
  4387.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXSLProcessor.ownerTemplate">
  4388.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4389.         </member>
  4390.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXSLProcessor.readyState">
  4391.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4392.         </member>
  4393.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXSLProcessor.startMode">
  4394.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4395.         </member>
  4396.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXSLProcessor.startModeURI">
  4397.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4398.         </member>
  4399.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXSLProcessor.stylesheet">
  4400.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4401.         </member>
  4402.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.IXSLTemplate">
  4403.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4404.         </member>
  4405.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXSLTemplate.createProcessor">
  4406.             <summary>
  4407.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4408.                                                 </summary>
  4409.         </member>
  4410.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXSLTemplate.stylesheet">
  4411.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4412.         </member>
  4413.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime">
  4414.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4415.         </member>
  4416.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.absoluteChildNumber(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  4417.             <summary>
  4418.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4419.                                                 </summary>
  4420.         </member>
  4421.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.ancestorChildNumber(System.String,Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  4422.             <summary>
  4423.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4424.                                                 </summary>
  4425.         </member>
  4426.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.appendChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  4427.             <summary>
  4428.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4429.                                                 </summary>
  4430.         </member>
  4431.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.childNumber(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  4432.             <summary>
  4433.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4434.                                                 </summary>
  4435.         </member>
  4436.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.cloneNode(System.Boolean)">
  4437.             <summary>
  4438.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4439.                                                 </summary>
  4440.         </member>
  4441.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.depth(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  4442.             <summary>
  4443.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4444.                                                 </summary>
  4445.         </member>
  4446.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.formatDate(System.Object,System.String,System.Object)">
  4447.             <summary>
  4448.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4449.                                                 </summary>
  4450.         </member>
  4451.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.formatIndex(System.Int32,System.String)">
  4452.             <summary>
  4453.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4454.                                                 </summary>
  4455.         </member>
  4456.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.formatNumber(System.Double,System.String)">
  4457.             <summary>
  4458.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4459.                                                 </summary>
  4460.         </member>
  4461.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.formatTime(System.Object,System.String,System.Object)">
  4462.             <summary>
  4463.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4464.                                                 </summary>
  4465.         </member>
  4466.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.hasChildNodes">
  4467.             <summary>
  4468.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4469.                                                 </summary>
  4470.         </member>
  4471.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.insertBefore(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  4472.             <summary>
  4473.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4474.                                                 </summary>
  4475.         </member>
  4476.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.removeChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  4477.             <summary>
  4478.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4479.                                                 </summary>
  4480.         </member>
  4481.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.replaceChild(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  4482.             <summary>
  4483.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4484.                                                 </summary>
  4485.         </member>
  4486.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.selectNodes(System.String)">
  4487.             <summary>
  4488.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4489.                                                 </summary>
  4490.         </member>
  4491.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.selectSingleNode(System.String)">
  4492.             <summary>
  4493.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4494.                                                 </summary>
  4495.         </member>
  4496.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.transformNode(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  4497.             <summary>
  4498.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4499.                                                 </summary>
  4500.         </member>
  4501.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.transformNodeToObject(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  4502.             <summary>
  4503.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4504.                                                 </summary>
  4505.         </member>
  4506.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.uniqueID(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  4507.             <summary>
  4508.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  4509.                                                 </summary>
  4510.         </member>
  4511.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.attributes">
  4512.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4513.         </member>
  4514.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.baseName">
  4515.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4516.         </member>
  4517.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.childNodes">
  4518.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4519.         </member>
  4520.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.dataType">
  4521.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4522.         </member>
  4523.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.definition">
  4524.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4525.         </member>
  4526.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.firstChild">
  4527.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4528.         </member>
  4529.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.lastChild">
  4530.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4531.         </member>
  4532.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.namespaceURI">
  4533.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4534.         </member>
  4535.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.nextSibling">
  4536.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4537.         </member>
  4538.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.nodeName">
  4539.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4540.         </member>
  4541.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.nodeType">
  4542.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4543.         </member>
  4544.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.nodeTypedValue">
  4545.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4546.         </member>
  4547.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.nodeTypeString">
  4548.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4549.         </member>
  4550.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.nodeValue">
  4551.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4552.         </member>
  4553.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.ownerDocument">
  4554.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4555.         </member>
  4556.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.parentNode">
  4557.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4558.         </member>
  4559.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.parsed">
  4560.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4561.         </member>
  4562.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.prefix">
  4563.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4564.         </member>
  4565.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.previousSibling">
  4566.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4567.         </member>
  4568.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.specified">
  4569.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4570.         </member>
  4571.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.text">
  4572.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4573.         </member>
  4574.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.IXTLRuntime.xml">
  4575.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  4576.         </member>
  4577.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.MailEnvelope">
  4578.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.MailEnvelopeObject"></see>.</summary>
  4579.         </member>
  4580.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.MailEnvelope2">
  4581.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.MailEnvelopeObject"></see>.</summary>
  4582.         </member>
  4583.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.MailEnvelope2.AttachmentType">
  4584.             <summary>Gets or sets the type of file to be attached to the e-mail message.</summary>
  4585.             <returns>An <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XdAttachmentType"></see> that specifies the type of file that is attached to the e-mail message.</returns>
  4586.         </member>
  4587.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.MailEnvelope2.Available">
  4588.             <summary>Gets whether the other properties of the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.MailEnvelope2"></see> object are available to code running in the form.</summary>
  4589.             <returns>true if the other properties of the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.MailEnvelope2"></see> object are available to code running in the form; otherwise false.</returns>
  4590.         </member>
  4591.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.MailEnvelope2.BCC">
  4592.             <summary>Gets or sets the blind carbon copy (BCC) value used in <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.MailEnvelopeObject"></see> that is associated with a <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowObject"></see> object.</summary>
  4593.             <returns>The blind carbon copy (BCC) addresses. </returns>
  4594.         </member>
  4595.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.MailEnvelope2.CC">
  4596.             <summary>Gets or sets the carbon copy (CC) value used in the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.MailEnvelopeObject"></see> object that is associated with a <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowObject"></see> object.</summary>
  4597.             <returns>The carbon copy (CC) addresses</returns>
  4598.         </member>
  4599.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.MailEnvelope2.Intro">
  4600.             <summary>Gets or sets the introduction in the body of the e-mail message.</summary>
  4601.             <returns>The introduction in the body of the e-mail message.</returns>
  4602.         </member>
  4603.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.MailEnvelope2.Subject">
  4604.             <summary>Gets or sets the subject value used in the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.MailEnvelopeObject"></see> object that is associated with a <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowObject"></see> object.</summary>
  4605.             <returns>The subject line.</returns>
  4606.         </member>
  4607.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.MailEnvelope2.To">
  4608.             <summary>Gets or sets the send-to value used in the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.MailEnvelopeObject"></see> object that is associated with a <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowObject"></see> object.</summary>
  4609.             <returns>The recipient (To) addresses.</returns>
  4610.         </member>
  4611.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.MailEnvelope2.Visible">
  4612.             <summary>Gets or sets the visibility of the custom e-mail message created with a <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.MailEnvelopeObject"></see> object that is associated with a <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowObject"></see> object.</summary>
  4613.             <returns>true if the envelope is visible; otherwise false.</returns>
  4614.         </member>
  4615.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.MailEnvelopeObject">
  4616.             <summary>Represents a custom e-mail message in a Microsoft Office InfoPath 2007 form.</summary>
  4617.         </member>
  4618.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.MathObject">
  4619.             <summary>Provides several math-related methods that can be used in Microsoft Office InfoPath 2007 forms.</summary>
  4620.         </member>
  4621.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.MergeEvent">
  4622.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.MergeEventObject"></see>.</summary>
  4623.         </member>
  4624.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.MergeEvent.Count">
  4625.             <summary>Gets the count of the number of forms being merged in a merging operation.</summary>
  4626.         </member>
  4627.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.MergeEvent.DOM">
  4628.             <summary>Gets a form's underlying XML document as an XML Document Object Model (DOM) construction for the current form involved in a merging operation.</summary>
  4629.         </member>
  4630.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.MergeEvent.Index">
  4631.             <summary>Gets the zero-based index of the form that is currently being merged.</summary>
  4632.         </member>
  4633.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.MergeEvent.ReturnStatus">
  4634.             <summary>Gets or sets a value indicating the return status of the <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnMergeRequest"></see> event.</summary>
  4635.         </member>
  4636.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.MergeEvent.RollBack">
  4637.             <summary>Gets or sets a value that provides additional information to the <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnMergeRequest"></see> event along with the <see cref="P:Microsoft.Office.Interop.InfoPath.SemiTrust.MergeEvent.ReturnStatus"></see> flag, allowing the entire merging operation to be cancelled </summary>
  4638.         </member>
  4639.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.MergeEvent.XDocument">
  4640.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument2"></see> object that is associated with the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.MergeEvent"></see> object in an <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnMergeRequest"></see> event.</summary>
  4641.         </member>
  4642.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.MergeEventObject">
  4643.             <summary>An event object that is used during an <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnMergeRequest"></see> event.</summary>
  4644.         </member>
  4645.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ObjectWrapper">
  4646.             <summary>Defines the generic wrapper class that is used to access members of the CommandBars, Extension, and LanguageSettings objects.</summary>
  4647.         </member>
  4648.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.Permission">
  4649.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.PermissionObject"></see>.</summary>
  4650.         </member>
  4651.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.Permission.Add(System.String,System.Object,System.Object)">
  4652.             <summary>Creates a new set of permissions on the current form for the specified user with the specified permissions and an expiration date.</summary>
  4653.             <returns>A <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.UserPermissionObject"></see> that represents the specified user.</returns>
  4654.             <param name="varPermission">The permissions on the current form that are being granted to the specified user as a combination of one or more <see cref="T:Microsoft.Office.Core.MsoPermission"></see> values. Optional.</param>
  4655.             <param name="bstrUserId">The e-mail address in the format user@domain.com of the user to whom permissions on the current form are being granted. Required.</param>
  4656.             <param name="varExpirationDate">The expiration date for the permissions that are being granted as a System.DateTime value. Optional.</param>
  4657.         </member>
  4658.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.Permission.ApplyPolicy(System.String)">
  4659.             <summary>Applies a policy to the form using a policy template file.</summary>
  4660.             <param name="bstrFileName">The path and file name of an Extensible Rights Markup Language (XRML) file that defines users and groups and permissions to apply to the form template.</param>
  4661.         </member>
  4662.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.Permission.GetEnumerator">
  4663.             <summary>Gets an IEnumerator for iterating over the collection.</summary>
  4664.             <returns>A System.IEnumerator</returns>
  4665.         </member>
  4666.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.Permission.RemoveAll">
  4667.             <summary>Removes all <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.UserPermission"></see> objects associated with the form.</summary>
  4668.         </member>
  4669.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Permission.Count">
  4670.             <summary>Gets the number of <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.UserPermissionObject"></see> objects associated with the form.</summary>
  4671.             <returns>The number of <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.UserPermissionObject"></see> objects associated with the form.</returns>
  4672.         </member>
  4673.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Permission.DocumentAuthor">
  4674.             <summary>Gets or sets the author of the current form as an e-mail address.</summary>
  4675.             <returns>The e-mail address of the author of the form.</returns>
  4676.         </member>
  4677.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Permission.Enabled">
  4678.             <summary>Gets or sets whether the permission settings represented by the Permission object are enabled for the current form.</summary>
  4679.             <returns>true if the permission settings are enabled; otherwise false.</returns>
  4680.         </member>
  4681.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Permission.Item(System.Object)">
  4682.             <summary>Gets the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.UserPermission"></see> object at the specified index. </summary>
  4683.             <returns>A <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.UserPermission"></see> object that represents the specified user. Returns null if the specified varIndex does not exist.</returns>
  4684.             <param name="varIndex">The numeric index of the UserPermission object in the Permission collection, or the email address of the user whose set of permissions on the current form is to be returned.</param>
  4685.         </member>
  4686.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Permission.PermissionFromPolicy">
  4687.             <summary>Gets whether a permission policy has been applied to the current form.</summary>
  4688.             <returns>true if the permission policy was applied; otherwise, false.</returns>
  4689.         </member>
  4690.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Permission.PolicyDescription">
  4691.             <summary>Gets a description of the policy that was applied to the current form. </summary>
  4692.             <returns>The description of the policy applied to the active form or a default value if no policy was applied.</returns>
  4693.         </member>
  4694.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Permission.PolicyName">
  4695.             <summary>Gets the name of the policy that was applied to the current form.</summary>
  4696.             <returns>The name of the policy or a default value if no policy was applied.</returns>
  4697.         </member>
  4698.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Permission.RequestPermissionURL">
  4699.             <summary>Gets or sets the file, URL, or e-mail address to contact for users who need additional permissions on the current form. </summary>
  4700.             <returns>The string specified in the Users can request additional permissions from text box of the Permission dialog box in InfoPath design mode, or the value set from code using this property.</returns>
  4701.         </member>
  4702.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Permission.StoreLicenses">
  4703.             <summary>Gets or sets whether the user's license to view the current form should be cached to allow offline viewing when the user cannot connect to a rights management server. </summary>
  4704.             <returns>true if the user's license will be cached for offline viewing; otherwise false.</returns>
  4705.         </member>
  4706.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.PermissionObject">
  4707.             <summary>Provides access to <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.UserPermissionObject"></see> objects and permission settings that can be applied to a form.</summary>
  4708.         </member>
  4709.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SaveEvent">
  4710.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SaveEventObject"></see>.</summary>
  4711.         </member>
  4712.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.SaveEvent.PerformSaveOperation">
  4713.             <summary>Performs the save operation requested by the user.</summary>
  4714.             <returns>true if the save operation is successful; if the user cancels the operation by clicking Cancel in the Save As dialog box, returns false.</returns>
  4715.         </member>
  4716.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.SaveEvent.FileName">
  4717.             <summary>Gets the file name to be used in the <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnSaveRequest"></see> event.</summary>
  4718.         </member>
  4719.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.SaveEvent.IsCancelled">
  4720.             <summary>Gets or sets a value that provides additional information for use in <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnSaveRequest"></see> event in conjunction with the <see cref="P:Microsoft.Office.Interop.InfoPath.SemiTrust.SaveEvent.ReturnStatus"></see> property.</summary>
  4721.         </member>
  4722.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.SaveEvent.IsSaveAs">
  4723.             <summary>Gets whether the <see cref="M:Microsoft.Office.Interop.InfoPath.SemiTrust.SaveEvent.PerformSaveOperation"></see> method will be performed as a "save" operation or as a "save as" operation.</summary>
  4724.         </member>
  4725.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.SaveEvent.ReturnStatus">
  4726.             <summary>Gets or sets the return status of the <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnSaveRequest"></see> event.</summary>
  4727.         </member>
  4728.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.SaveEvent.XDocument">
  4729.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocument"></see> object that is associated with the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SaveEventObject"></see> object in an <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnSaveRequest"></see> event.</summary>
  4730.         </member>
  4731.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SaveEventObject">
  4732.             <summary>An event that is used during <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnSaveRequest"></see>.</summary>
  4733.         </member>
  4734.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SharepointListAdapter">
  4735.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SharepointListAdapterObject"></see>.</summary>
  4736.         </member>
  4737.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.SharepointListAdapter.Query">
  4738.             <summary>Reads data from the associated data adapter.</summary>
  4739.         </member>
  4740.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.SharepointListAdapter.Submit">
  4741.             <summary>Available for the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SharepointListAdapterObject"></see>, but, because SharePointListAdapter object is available for receiving data only, the method will always generate a run-time error when it is called on that object.</summary>
  4742.         </member>
  4743.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.SharepointListAdapter.Name">
  4744.             <summary>Gets the name of a <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SharepointListAdapterObject"></see> object.</summary>
  4745.         </member>
  4746.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.SharepointListAdapter.QueryAllowed">
  4747.             <summary>Gets a value that always returns true, corresponding to the queryAllowed attribute in the form definition file (.xsf).</summary>
  4748.         </member>
  4749.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.SharepointListAdapter.SiteUrl">
  4750.             <summary>Gets the Uniform Resource Locator (URL) of the Windows SharePoint Services site that the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SharepointListAdapterObject"></see> object will query.</summary>
  4751.         </member>
  4752.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.SharepointListAdapter.SubmitAllowed">
  4753.             <summary>Gets a value corresponding to the submitAllowed attribute in the form definition file (.xsf).</summary>
  4754.         </member>
  4755.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SharepointListAdapter2">
  4756.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SharepointListAdapterObject"></see>.</summary>
  4757.         </member>
  4758.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.SharepointListAdapter2.Query">
  4759.             <summary>Reads data from the associated data adapter.</summary>
  4760.         </member>
  4761.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.SharepointListAdapter2.Submit">
  4762.             <summary>Available for the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SharepointListAdapterObject"></see>, but, because SharePointListAdapter object can only receive data, this method will always generate a run-time error when it is called on that object.</summary>
  4763.         </member>
  4764.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.SharepointListAdapter2.Name">
  4765.             <summary>Gets the name of a <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SharepointListAdapterObject"></see> object.</summary>
  4766.         </member>
  4767.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.SharepointListAdapter2.QueryAllowed">
  4768.             <summary>Gets a value that always returns true, corresponding to the queryAllowed attribute in the form definition file (.xsf).</summary>
  4769.         </member>
  4770.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.SharepointListAdapter2.QueryThisFormOnly">
  4771.             <summary>Gets whether the query operation will apply only to the current form.</summary>
  4772.             <returns>true if the query applies only to the current form; otherwise false.</returns>
  4773.         </member>
  4774.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.SharepointListAdapter2.SiteUrl">
  4775.             <summary>Gets the Uniform Resource Locator (URL) of the Windows SharePoint Services site that the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SharepointListAdapterObject"></see> object will query.</summary>
  4776.         </member>
  4777.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.SharepointListAdapter2.SubmitAllowed">
  4778.             <summary>Gets a value corresponding to the submitAllowed attribute in the form definition file (.xsf).</summary>
  4779.         </member>
  4780.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SharepointListAdapterObject">
  4781.             <summary>Represents a connection to a SharePoint list or document library.</summary>
  4782.         </member>
  4783.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.Signature">
  4784.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignatureObject"></see>.</summary>
  4785.         </member>
  4786.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.Signature.Sign">
  4787.             <summary>Writes the XML digital signature block and computes the cryptographic hash for the signed data.</summary>
  4788.         </member>
  4789.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Signature.Certificate">
  4790.             <summary>Gets the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.CertificateObject"></see> object for the X.509 digital certificate that was used to sign a form or a set of signed data in a form.</summary>
  4791.         </member>
  4792.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Signature.Comment">
  4793.             <summary>Gets the text comment that was added to the digital signature associated with a form or a set of signed data in a form.</summary>
  4794.         </member>
  4795.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Signature.SignatureBlockXmlNode">
  4796.             <summary>Gets the XML node corresponding a digital signature.</summary>
  4797.         </member>
  4798.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Signature.Status">
  4799.             <summary>Gets the status of the specified digital signature.</summary>
  4800.         </member>
  4801.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignatureObject">
  4802.             <summary>Represents a digital signature that has been added to a form or set of signed data in a form.</summary>
  4803.         </member>
  4804.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.Signatures">
  4805.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignaturesCollection"></see>.</summary>
  4806.         </member>
  4807.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.Signatures.Create">
  4808.             <summary>Creates a new <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignatureObject"></see> object.</summary>
  4809.             <returns>A SignatureObject object.</returns>
  4810.         </member>
  4811.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.Signatures.GetEnumerator">
  4812.             <summary>Gets an IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignaturesCollection"></see> object.</summary>
  4813.             <returns>An IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignaturesCollection"></see> object.</returns>
  4814.         </member>
  4815.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Signatures.Count">
  4816.             <summary>Gets the number of <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignatureObject"></see> objects in the collection.</summary>
  4817.         </member>
  4818.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Signatures.Item(System.Object)">
  4819.             <summary>Gets a reference to the specified digital signature from the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignaturesCollection"></see> collection.</summary>
  4820.             <param name="varIndex">A numeric expression that specifies the position of a member of the SignaturesCollection collection. The argument must be a number from 0 to the value of the collection's <see cref="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Signatures.Count"></see> property minus 1.</param>
  4821.         </member>
  4822.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignaturesCollection">
  4823.             <summary>Contains a <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignatureObject"></see> for each signature in the Microsoft Office InfoPath 2007 form or <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlockObject"></see> object.</summary>
  4824.         </member>
  4825.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignaturesEnumerator">
  4826.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  4827.         </member>
  4828.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.SignaturesEnumerator.#ctor(System.Object)">
  4829.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  4830.         </member>
  4831.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.SignaturesEnumerator.Reset">
  4832.             <summary>
  4833.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  4834.                                                 </summary>
  4835.         </member>
  4836.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlock">
  4837.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlockObject"></see>.</summary>
  4838.         </member>
  4839.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlock.Sign">
  4840.             <summary>Invokes the Digital Signatures Wizard to add a digital signature to the currently selected set of data which can be signed in a Microsoft Office InfoPath 2007 form.</summary>
  4841.         </member>
  4842.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlock.Caption">
  4843.             <summary>Gets the signature confirmation message of the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlockObject"></see> object.</summary>
  4844.         </member>
  4845.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlock.Name">
  4846.             <summary>Gets the friendly name of a <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlockObject"></see> object.</summary>
  4847.         </member>
  4848.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlock.SignatureContainer">
  4849.             <summary>Gets the root XML node of the subtree containing the signatures in the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlockObject"></see> object.</summary>
  4850.         </member>
  4851.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlock.SignatureRelation">
  4852.             <summary>Gets the relation among multiple signatures of the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlockObject"></see> object, expressed as <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XdSignatureRelation"></see> enumerated constants.</summary>
  4853.         </member>
  4854.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlock.Signatures">
  4855.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignaturesCollection"></see> collection associated with the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlockObject"></see> object.</summary>
  4856.         </member>
  4857.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlock.XPath">
  4858.             <summary>Gets the XPath expression of a <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlockObject"></see> object.</summary>
  4859.         </member>
  4860.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlock.XPathNamespaceDeclarations">
  4861.             <summary>Gets the namespace declarations for the XPath expression returned by the <see cref="P:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlockObject.XPath"></see> property of a <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlockObject"></see> object.</summary>
  4862.         </member>
  4863.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlockObject">
  4864.             <summary>Represents a set of data in a Microsoft Office InfoPath 2007 form which can be signed.</summary>
  4865.         </member>
  4866.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlocks">
  4867.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlocksCollection"></see>.</summary>
  4868.         </member>
  4869.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlocks.GetEnumerator">
  4870.             <summary>Gets an IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlocksCollection"></see> object.</summary>
  4871.             <returns>An IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DataObjectsCollection"></see> object.</returns>
  4872.         </member>
  4873.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlocks.Count">
  4874.             <summary>Gets the number of <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlockObject"></see> objects in the form template.</summary>
  4875.         </member>
  4876.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlocks.Item(System.Object)">
  4877.             <summary>Gets a reference to the specified <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlockObject"></see> object from the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlocksCollection"></see> collection, based on position or name.</summary>
  4878.             <param name="varIndex">An expression that specifies the position of a member of the SignedDataBlocksCollection collection. If this argument is a numeric expression, it must be a number from 0 to the value of the collection's Count property minus 1. If this argument is a string expression, it must be the name of a member of the collection.</param>
  4879.         </member>
  4880.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlocksCollection">
  4881.             <summary>The collection of <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlockObject"></see> objects in the form template as defined in the form definition file (.xsf).</summary>
  4882.         </member>
  4883.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlocksEnumerator">
  4884.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  4885.         </member>
  4886.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlocksEnumerator.#ctor(System.Object)">
  4887.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  4888.         </member>
  4889.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlocksEnumerator.Reset">
  4890.             <summary>
  4891.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  4892.                                                 </summary>
  4893.         </member>
  4894.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignEvent">
  4895.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignEventObject"></see>.</summary>
  4896.         </member>
  4897.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.SignEvent.ReturnStatus">
  4898.             <summary>Gets or sets the return status of the <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnSign"></see> event.</summary>
  4899.         </member>
  4900.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.SignEvent.SignedDataBlock">
  4901.             <summary>Gets the set of data which can be signed that triggered the <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnSign"></see> event.</summary>
  4902.         </member>
  4903.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.SignEvent.XDocument">
  4904.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocument"></see> object associated with the <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnSign"></see> event.</summary>
  4905.         </member>
  4906.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignEventObject">
  4907.             <summary>An event object that is used during the <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnSign"></see> event.</summary>
  4908.         </member>
  4909.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.Solution">
  4910.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SolutionObject"></see>.</summary>
  4911.         </member>
  4912.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Solution.DOM">
  4913.             <summary>Gets a reference to an XML Document Object Model (DOM) that contains the source XML of the form definition (.xsf) file.</summary>
  4914.         </member>
  4915.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Solution.PackageURL">
  4916.             <summary>Gets the Uniform Resource Locator (URL) of the cache folder that contains a Microsoft Office InfoPath 2003 form's extracted form files.</summary>
  4917.         </member>
  4918.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Solution.URI">
  4919.             <summary>Gets the Uniform Resource Identifier (URI) of a Microsoft Office InfoPath 2003 form template.</summary>
  4920.         </member>
  4921.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Solution.Version">
  4922.             <summary>Gets the version number of a form template.</summary>
  4923.         </member>
  4924.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.Solution2">
  4925.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SolutionObject"></see>.</summary>
  4926.         </member>
  4927.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Solution2.CacheID">
  4928.             <summary>Gets the cache ID of a form template.</summary>
  4929.             <returns>The cache ID of a form template.</returns>
  4930.         </member>
  4931.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Solution2.DOM">
  4932.             <summary>Gets a reference to an XML Document Object Model (DOM) that contains the source XML of the form definition (.xsf) file.</summary>
  4933.         </member>
  4934.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Solution2.URI">
  4935.             <summary>Gets the Uniform Resource Identifier (URI) of an Microsoft Office InfoPath 2007 form template.</summary>
  4936.         </member>
  4937.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Solution2.Version">
  4938.             <summary>Gets the version number of a Microsoft Office InfoPath 2007 form template.</summary>
  4939.         </member>
  4940.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SolutionObject">
  4941.             <summary>Corresponds to a Microsoft Office InfoPath 2007 form template.</summary>
  4942.         </member>
  4943.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SubmitToHostAdapter">
  4944.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SubmitToHostAdapterObject"></see>.</summary>
  4945.         </member>
  4946.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.SubmitToHostAdapter.Query">
  4947.             <summary>The Query method is available for the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SubmitToHostAdapter"></see> object but, because the SubmitToHostAdapter object is available for submitting data only, the method will always generate a run-time error when it is called on that object.</summary>
  4948.         </member>
  4949.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.SubmitToHostAdapter.Submit">
  4950.             <summary>Executes the submit operation on the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SubmitToHostAdapter"></see> object.</summary>
  4951.         </member>
  4952.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.SubmitToHostAdapter.Name">
  4953.             <summary>Gets the name of the data adapter that the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SubmitToHostAdapter"></see> object represents.</summary>
  4954.             <returns>The name of the data adapter that the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SubmitToHostAdapter"></see> object represents.</returns>
  4955.         </member>
  4956.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.SubmitToHostAdapter.QueryAllowed">
  4957.             <summary>The QueryAllowed property is available for the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SubmitToHostAdapter"></see> object but, because the SubmitToHostAdapter object is available for submitting data only, the property always returns false.</summary>
  4958.             <returns>Because the SubmitToHostAdapter object is available for submitting data only, the property always returns false.</returns>
  4959.         </member>
  4960.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.SubmitToHostAdapter.SubmitAllowed">
  4961.             <summary>The SubmitAllowed property is available for the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SubmitToHostAdapter"></see> object but, because the SubmitToHostAdapter object is available for submitting data only, the property always returns true.</summary>
  4962.             <returns>Because the SubmitToHostAdapter object is available for submitting data only, the property always returns true.</returns>
  4963.         </member>
  4964.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SubmitToHostAdapterObject">
  4965.             <summary>This type is a wrapper for a coclass that is required by managed code for COM interoperability. Use this type to access the members of the COM interface implemented by this coclass. For information about the COM interface, including a link to descriptions of its members, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SubmitToHostAdapter"></see>.</summary>
  4966.         </member>
  4967.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.TaskPane">
  4968.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.TaskPaneObject"></see>.</summary>
  4969.         </member>
  4970.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.TaskPane.TaskPaneType">
  4971.             <summary>Gets a value indicating the type of task pane represented by the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.TaskPaneObject"></see> object.</summary>
  4972.         </member>
  4973.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.TaskPane.Visible">
  4974.             <summary>Gets or sets a value indicating that the task pane represented by the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.TaskPaneObject"></see> object is visible in the Microsoft Office InfoPath 2007 user interface.</summary>
  4975.         </member>
  4976.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.TaskPaneObject">
  4977.             <summary>Represents a task pane in a Microsoft Office InfoPath 2007 form that is associated with a window.</summary>
  4978.         </member>
  4979.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.TaskPanes">
  4980.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.TaskPanesCollection"></see>.</summary>
  4981.         </member>
  4982.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.TaskPanes.GetEnumerator">
  4983.             <summary>Gets an IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.TaskPanesCollection"></see> object.</summary>
  4984.             <returns>An IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.TaskPanesCollection"></see> object.</returns>
  4985.         </member>
  4986.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.TaskPanes.Count">
  4987.             <summary>Gets a count of the number of the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.TaskPaneObject"></see> objects contained in the collection.</summary>
  4988.         </member>
  4989.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.TaskPanes.Item(System.Object)">
  4990.             <summary>Gets a reference to the specified the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.TaskPaneObject"></see> object from the collection.</summary>
  4991.             <param name="varIndex">A numeric expression that specifies the type of task pane. Based on the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XdTaskPaneType"></see> enumeration.</param>
  4992.         </member>
  4993.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.TaskPanesCollection">
  4994.             <summary>Contains a collection of <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.TaskPaneObject"></see> objects that represent the task panes associated with a window in Microsoft Office InfoPath 2007.</summary>
  4995.         </member>
  4996.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.TaskPanesEnumerator">
  4997.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  4998.         </member>
  4999.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.TaskPanesEnumerator.#ctor(System.Object)">
  5000.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  5001.         </member>
  5002.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.TaskPanesEnumerator.Reset">
  5003.             <summary>
  5004.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  5005.                                                 </summary>
  5006.         </member>
  5007.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.UI">
  5008.             <summary>This type is a wrapper for a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about the later version of this interface, including usage remarks and examples, see <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.UI2"></see>.</summary>
  5009.         </member>
  5010.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.UI.Alert(System.String)">
  5011.             <summary>
  5012.                                                     This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see
  5013.                                                     <see cref="M:Microsoft.Office.Interop.InfoPath.SemiTrust.UI2.Alert(System.String)"></see>.</summary>
  5014.         </member>
  5015.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.UI.ShowMailItem(System.String,System.String,System.String,System.String,System.String)">
  5016.             <summary>
  5017.                                                     This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see
  5018.                                                     <see cref="M:Microsoft.Office.Interop.InfoPath.SemiTrust.UI2.ShowMailItem(System.String,System.String,System.String,System.String,System.String)"></see>.</summary>
  5019.         </member>
  5020.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.UI.ShowSignatureDialog">
  5021.             <summary>
  5022.                                                     This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see
  5023.                                                     <see cref="M:Microsoft.Office.Interop.InfoPath.SemiTrust.UI2.ShowSignatureDialog"></see>.</summary>
  5024.         </member>
  5025.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.UI2">
  5026.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.UIObject"></see>.</summary>
  5027.         </member>
  5028.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.UI2.Alert(System.String)">
  5029.             <summary>Displays a message box with a custom text message in a Microsoft Office InfoPath 2007 form.</summary>
  5030.             <param name="bstrAlertString">The text to be displayed.</param>
  5031.         </member>
  5032.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.UI2.Confirm(System.String,Microsoft.Office.Interop.InfoPath.SemiTrust.XdConfirmButtons)">
  5033.             <summary>Displays a message box with buttons for input from a user.</summary>
  5034.             <returns>An <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XdConfirmChoice"></see> enumeration.</returns>
  5035.             <param name="lButtons">Specifies the number and type of buttons to display. You may specify any of the values of the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XdConfirmButtons"></see> enumeration.</param>
  5036.             <param name="bstrPrompt">The text message to be displayed.</param>
  5037.         </member>
  5038.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.UI2.SetSaveAsDialogFileName(System.String)">
  5039.             <summary>Sets the default file name for a form in the Save As dialog box.</summary>
  5040.             <param name="bstrFileName">The file name of the form supplied to the Save As dialog box.</param>
  5041.         </member>
  5042.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.UI2.SetSaveAsDialogLocation(System.String)">
  5043.             <summary>Sets the initial location at which the Save As dialog starts to browse when it is opened.</summary>
  5044.             <param name="bstrLocation">The location, expressed as a URL, at which the Save As dialog box starts browsing.</param>
  5045.         </member>
  5046.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.UI2.ShowMailItem(System.String,System.String,System.String,System.String,System.String)">
  5047.             <summary>Creates an e-mail message in the default e-mail editor and attaches the currently open Microsoft Office InfoPath 2007 form to the message.</summary>
  5048.             <param name="bstrCC">The e-mail address to copy the e-mail message to.</param>
  5049.             <param name="bstrBCC">The e-mail address to blind copy the e-mail message to.</param>
  5050.             <param name="bstrTo">The e-mail address to send the e-mail message to.</param>
  5051.             <param name="bstrBody">The body text of the e-mail message.</param>
  5052.             <param name="bstrSubject">The subject of the e-mail message.</param>
  5053.         </member>
  5054.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.UI2.ShowModalDialog(System.String,System.Object,System.Object,System.Object,System.Object,System.Object)">
  5055.             <summary>Displays a custom modal dialog box in a Microsoft Office InfoPath 2007 form.</summary>
  5056.             <returns>An object that specifies how to display the modal dialog box.</returns>
  5057.             <param name="bstrName">The name of the .html file used for the modal dialog box.</param>
  5058.             <param name="varLeft">Sets the left position of the modal dialog box relative to the upper left corner of the desktop.</param>
  5059.             <param name="varWidth">Sets the width of the modal dialog box.</param>
  5060.             <param name="varHeight">Sets the height of the modal dialog box.</param>
  5061.             <param name="varTop">Sets the top position of the modal dialog box relative to the upper left corner of the desktop.</param>
  5062.             <param name="varArguments">Specifies the arguments to use when displaying the modal dialog box. Can be any type of value, including an array of values.</param>
  5063.         </member>
  5064.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.UI2.ShowSignatureDialog">
  5065.             <summary>Displays the Microsoft Office InfoPath 2007┬áDigital Signatures dialog box.</summary>
  5066.         </member>
  5067.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.UIObject">
  5068.             <summary>Represents various user interface components that can be used in a Microsoft Office InfoPath 2007 form.</summary>
  5069.         </member>
  5070.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.User">
  5071.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.UserObject"></see>.</summary>
  5072.         </member>
  5073.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.User.IsCurrentUser(System.String)">
  5074.             <summary>Returns true if the current user matches the specified user name.</summary>
  5075.             <returns>true if the current user matches the specified name; otherwise false.</returns>
  5076.             <param name="bstrUsername">The user name in the format of "domain\username."</param>
  5077.         </member>
  5078.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.User.IsUserMemberOf(System.String)">
  5079.             <summary>Returns a value that indicates whether the current user is a member of the specified group.</summary>
  5080.             <returns>true if the current user is a member of the specified group; otherwise false.</returns>
  5081.             <param name="bstrGroupname">The group name in the format of "domain\groupname."</param>
  5082.         </member>
  5083.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.User2">
  5084.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.UserObject"></see>.</summary>
  5085.         </member>
  5086.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.User2.IsCurrentUser(System.String)">
  5087.             <summary>Returns true if the current user matches the specified user name.</summary>
  5088.             <returns>true if the current user matches the specified name; otherwise false.</returns>
  5089.             <param name="bstrUsername">The user name in the format of "domain\username."</param>
  5090.         </member>
  5091.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.User2.IsUserMemberOf(System.String)">
  5092.             <summary>Returns a value that indicates whether the current user is a member of the specified group.</summary>
  5093.             <returns>true if the current user is a member of the specified group; otherwise false.</returns>
  5094.             <param name="bstrGroupname">The group name in the format of "domain\groupname."</param>
  5095.         </member>
  5096.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.User2.LoginName">
  5097.             <summary>Gets the user's full credentials.</summary>
  5098.             <returns>The user's credentials as domain\username.</returns>
  5099.         </member>
  5100.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.User2.UserName">
  5101.             <summary>Gets only the user's username.</summary>
  5102.             <returns>The user's username.</returns>
  5103.         </member>
  5104.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.UserObject">
  5105.             <summary>Provides methods that can be used to return information about the current user.</summary>
  5106.         </member>
  5107.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.UserPermission">
  5108.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.UserPermissionObject"></see>.</summary>
  5109.         </member>
  5110.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.UserPermission.Remove">
  5111.             <summary>Removes the current <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.UserPermission"></see> object from the form's permissions.</summary>
  5112.         </member>
  5113.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.UserPermission.ExpirationDate">
  5114.             <summary>Gets or sets the optional expiration date for the permissions on the current form assigned to the user associated with a <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.UserPermission"></see> object.</summary>
  5115.             <returns>A System.DateTime that represents the expiration date for the user associated with the UserPermission object.</returns>
  5116.         </member>
  5117.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.UserPermission.Parent">
  5118.             <summary>Returns the parent object for the UserPermission object.</summary>
  5119.             <returns>The parent object for the UserPermission object.</returns>
  5120.         </member>
  5121.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.UserPermission.Permission">
  5122.             <summary>Gets or sets a value representing the permissions on the current form assigned to the user associated with a <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.UserPermission"></see> object. </summary>
  5123.             <returns>An integer value that corresponds to one of the <see cref="T:Microsoft.Office.Core.MsoPermission"></see> enumeration values.</returns>
  5124.         </member>
  5125.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.UserPermission.UserId">
  5126.             <summary>Gets the e-mail address of the user whose permissions on the current form are determined by the specified <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.UserPermission"></see> object.</summary>
  5127.             <returns>The user's e-mail address.</returns>
  5128.         </member>
  5129.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.UserPermissionObject">
  5130.             <summary>Represents a member of the current form's <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.Permission"></see> collection. </summary>
  5131.         </member>
  5132.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.Util">
  5133.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.UtilObject"></see>.</summary>
  5134.         </member>
  5135.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.Util.Match(System.String,System.String)">
  5136.             <summary>Gets a value that indicates whether the test matches the specified pattern.</summary>
  5137.             <returns>true if the specified value matches the specified pattern; otherwise false.</returns>
  5138.             <param name="bstrValue">The string to test against the pattern.</param>
  5139.             <param name="bstrPattern">The pattern to use.</param>
  5140.         </member>
  5141.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Util.Date">
  5142.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.DateObject"></see> object.</summary>
  5143.         </member>
  5144.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Util.Math">
  5145.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.MathObject"></see> object.</summary>
  5146.         </member>
  5147.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.UtilObject">
  5148.             <summary>Provides utility methods that can be used with Microsoft Office InfoPath 2007 forms.</summary>
  5149.         </member>
  5150.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.VersionUpgradeEvent">
  5151.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.VersionUpgradeEventObject"></see>.</summary>
  5152.         </member>
  5153.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.VersionUpgradeEvent.DocumentVersion">
  5154.             <summary>Gets the version number of a Microsoft Office InfoPath 2007 form.</summary>
  5155.         </member>
  5156.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.VersionUpgradeEvent.ReturnStatus">
  5157.             <summary>Gets or sets the return status of the <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnVersionUpgrade"></see> event.</summary>
  5158.         </member>
  5159.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.VersionUpgradeEvent.SolutionVersion">
  5160.             <summary>Gets the version number of a Microsoft Office InfoPath 2007 form template.</summary>
  5161.         </member>
  5162.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.VersionUpgradeEvent.XDocument">
  5163.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocument"></see> object associated with <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.VersionUpgradeEventObject"></see> object during an <see cref="E:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocumentEventSink2_Event.OnVersionUpgrade"></see> event.</summary>
  5164.         </member>
  5165.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.VersionUpgradeEventObject">
  5166.             <summary>An event object that is used during a Microsoft Office InfoPath 2007 version upgrade event.</summary>
  5167.         </member>
  5168.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.View">
  5169.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewObject"></see>.</summary>
  5170.         </member>
  5171.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.View.DisableAutoUpdate">
  5172.             <summary>Disables automatic synchronization between a form's underlying XML document and the associated view.</summary>
  5173.         </member>
  5174.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.View.EnableAutoUpdate">
  5175.             <summary>Enables automatic synchronization between a form's underlying XML document and the associated view.</summary>
  5176.         </member>
  5177.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.View.ExecuteAction(System.String,System.Object)">
  5178.             <summary>Executes a Microsoft Office InfoPath 2007 editing command against a form's underlying XML document, based on the data selected in the view.</summary>
  5179.             <param name="bstrAction">The name of the editing action to perform.</param>
  5180.             <param name="varXmlToEdit">The name of the field or group to which to apply the editing action. This is equivalent to the value of the name attribute in the xmlToEdit element of the form definition (.xsf) file.</param>
  5181.         </member>
  5182.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.View.Export(System.String,System.String)">
  5183.             <summary>Exports the view to a file of the specified format.</summary>
  5184.             <param name="bstrFormat">The type of file format to export to. Only the "MHT" value is supported.</param>
  5185.             <param name="bstrURL">The directory location that the exported view file will be written to.</param>
  5186.         </member>
  5187.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.View.ForceUpdate">
  5188.             <summary>Forces synchronization between a form's underlying XML document and the associated view.</summary>
  5189.         </member>
  5190.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.View.GetContextNodes(System.Object,System.Object)">
  5191.             <summary>Gets a reference to an <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLNodesCollection"></see> collection that is populated with XML Document Object Model (DOM) nodes based on the current context.</summary>
  5192.             <returns>A reference to the XMLNodesCollection collection.</returns>
  5193.             <param name="varNode">An XML DOM node. </param>
  5194.             <param name="varViewContext">The ID of the control that is used for the context.</param>
  5195.         </member>
  5196.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.View.GetSelectedNodes">
  5197.             <summary>Gets a reference to an <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLNodesCollection"></see> collection that is populated with XML Document Object Model (DOM) nodes based on the current selection of items in a view.</summary>
  5198.             <returns>A reference to the XMLNodesCollection collection.</returns>
  5199.         </member>
  5200.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.View.SelectNodes(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object,System.Object)">
  5201.             <summary>Selects a range of nodes in a view based on the specified starting XML Document Object Model (DOM) node, the ending XML DOM node, and the view context.</summary>
  5202.             <param name="varEndNode">The XML DOM node that ends the range. If not specified, only the starting XML DOM node will be used.</param>
  5203.             <param name="pxnStartNode">The XML DOM node that begins the range.</param>
  5204.             <param name="varViewContext">The ID of the control that is used for the context, which is an element with the specified view context of xd:CtrlId.</param>
  5205.         </member>
  5206.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.View.SelectText(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  5207.             <summary>Selects the text contained in an editable field that is bound to the specified XML Document Object Model (DOM) node.</summary>
  5208.             <param name="pxnField">The XML DOM node.</param>
  5209.             <param name="varViewContext">The ID of the control that is used for the context, which is an element with the specified view context of xd:CtrlId.</param>
  5210.         </member>
  5211.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.View.SwitchView(System.String)">
  5212.             <summary>Changes the active view of a Microsoft Office InfoPath 2007 form to a specified view.</summary>
  5213.             <param name="bstrName">The name of the view to switch to. If an empty string is used, the default view is displayed.</param>
  5214.         </member>
  5215.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.View.Name">
  5216.             <summary>Gets the name of the view.</summary>
  5217.         </member>
  5218.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.View.Window">
  5219.             <summary>Gets a reference to the window associated with the view.</summary>
  5220.         </member>
  5221.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.View2">
  5222.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewObject"></see>.</summary>
  5223.         </member>
  5224.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.View2.DisableAutoUpdate">
  5225.             <summary>Disables automatic synchronization between a form's underlying XML document and the associated view.</summary>
  5226.         </member>
  5227.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.View2.EnableAutoUpdate">
  5228.             <summary>Enables automatic synchronization between a form's underlying XML document and the associated view.</summary>
  5229.         </member>
  5230.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.View2.ExecuteAction(System.String,System.Object)">
  5231.             <summary>Executes a Microsoft Office InfoPath 2007 editing command against a form's underlying XML document, based on the data selected in the view.</summary>
  5232.             <param name="bstrAction">The name of the editing action to perform.</param>
  5233.             <param name="varXmlToEdit">The name of the field or group to which to apply the editing action. This is equivalent to the value of the name attribute in the xmlToEdit element of the form definition (.xsf) file.</param>
  5234.         </member>
  5235.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.View2.Export(System.String,System.String)">
  5236.             <summary>Exports the view to a file of the specified format.</summary>
  5237.             <param name="bstrFormat">The type of file format to export to. The supported values are:"MHT" - Web Archive, single file format (.mht)"PDF" - Portable Document Format file (.pdf)"XPS" - XPS Document (.xps)</param>
  5238.             <param name="bstrURL">The directory location that the exported view file will be written to.</param>
  5239.         </member>
  5240.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.View2.ExportAsFixedFormat(System.String,System.String,System.Object)">
  5241.             <summary>Exports the view to a file of the specified format, and supports initializing a COM add-in for exporting to a fixed-format file.</summary>
  5242.             <param name="bstrFormat">The type of file format to export to. The supported values are:"MHT" - Web Archive, single file format (.mht)"PDF" - Portable Document Format file (.pdf)"XPS" - XPS Document (.xps)</param>
  5243.             <param name="pUnkExporter">An IUnknown interface pointer that supports the IMsoDocExporter interface for the active document. Used for initializing a COM add-in for exporting to a fixed-format file.</param>
  5244.             <param name="bstrURL">The directory location that the exported view file will be written to.</param>
  5245.         </member>
  5246.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.View2.ForceUpdate">
  5247.             <summary>Forces synchronization between a form's underlying XML document and the associated view.</summary>
  5248.         </member>
  5249.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.View2.GetContextNodes(System.Object,System.Object)">
  5250.             <summary>Gets a reference to an <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLNodesCollection"></see> collection that is populated with XML Document Object Model (DOM) nodes based on the current context.</summary>
  5251.             <returns>A reference to the XMLNodesCollection collection.</returns>
  5252.             <param name="varNode">An XML DOM node. </param>
  5253.             <param name="varViewContext">The ID of the control that is used for the context.</param>
  5254.         </member>
  5255.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.View2.GetSelectedNodes">
  5256.             <summary>Gets a reference to an <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLNodesCollection"></see> collection that is populated with XML Document Object Model (DOM) nodes based on the current selection of items in a view.</summary>
  5257.             <returns>A reference to the XMLNodesCollection collection.</returns>
  5258.         </member>
  5259.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.View2.SelectNodes(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object,System.Object)">
  5260.             <summary>Selects a range of nodes in a view based on the specified starting XML Document Object Model (DOM) node, the ending XML DOM node, and the view context.</summary>
  5261.             <param name="varEndNode">The XML DOM node that ends the range. If not specified, only the starting XML DOM node will be used.</param>
  5262.             <param name="pxnStartNode">The XML DOM node that begins the range.</param>
  5263.             <param name="varViewContext">The ID of the control that is used for the context, which is an element with the specified view context of xd:CtrlId.</param>
  5264.         </member>
  5265.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.View2.SelectText(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode,System.Object)">
  5266.             <summary>Selects the text contained in an editable field that is bound to the specified XML Document Object Model (DOM) node.</summary>
  5267.             <param name="pxnField">The XML DOM node.</param>
  5268.             <param name="varViewContext">The ID of the control that is used for the context, which is an element with the specified view context of xd:CtrlId.</param>
  5269.         </member>
  5270.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.View2.SwitchView(System.String)">
  5271.             <summary>Changes the active view of a Microsoft Office InfoPath 2007 form to a specified view.</summary>
  5272.             <param name="bstrName">The name of the view to switch to. If an empty string is used, the default view is displayed.</param>
  5273.         </member>
  5274.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.View2.Name">
  5275.             <summary>Gets the name of the view.</summary>
  5276.             <returns>The name of the view.</returns>
  5277.         </member>
  5278.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.View2.Window">
  5279.             <summary>Gets a reference to the window associated with the view.</summary>
  5280.             <returns>The <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowObject"></see> object associated with the current view.</returns>
  5281.         </member>
  5282.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewInfo">
  5283.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewInfoObject"></see>.</summary>
  5284.         </member>
  5285.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewInfo.IsDefault">
  5286.             <summary>Gets or sets a value that indicates whether the view is defined as the default view in a Microsoft Office InfoPath 2007 form.</summary>
  5287.         </member>
  5288.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewInfo.Name">
  5289.             <summary>Gets the name of the view that is associated with the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewInfoObject"></see> object.</summary>
  5290.         </member>
  5291.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewInfo2">
  5292.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewInfoObject"></see>.</summary>
  5293.         </member>
  5294.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewInfo2.Caption">
  5295.             <summary>Gets the value of the caption attribute of the xsf:view element associated with the view in the form definition file (.xsf).</summary>
  5296.             <returns>The value of the caption attribute of the xsf:view element associated with the view in the form definition file (.xsf)</returns>
  5297.         </member>
  5298.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewInfo2.HideName">
  5299.             <summary>Gets whether the name of the view is set to be hidden on the View menu.</summary>
  5300.             <returns>true if the name of the view is hidden; otherwise false.</returns>
  5301.         </member>
  5302.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewInfo2.IsDefault">
  5303.             <summary>Gets or sets a value that indicates whether the view is defined as the default view in a Microsoft Office InfoPath 2007 form.</summary>
  5304.             <returns>true if the view is the default view; otherwise false.</returns>
  5305.         </member>
  5306.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewInfo2.Name">
  5307.             <summary>Gets the name of the view that is associated with the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewInfoObject"></see> object.</summary>
  5308.             <returns>The name of the view that is associated with the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewInfoObject"></see> object.</returns>
  5309.         </member>
  5310.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewInfoObject">
  5311.             <summary>Contains descriptive information about a view within a Microsoft Office InfoPath 2007 form.</summary>
  5312.         </member>
  5313.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewInfos">
  5314.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewInfosCollection"></see>.</summary>
  5315.         </member>
  5316.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewInfos.GetEnumerator">
  5317.             <summary>Gets an IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewInfosCollection"></see> object.</summary>
  5318.             <returns>An IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewInfosCollection"></see> object.</returns>
  5319.         </member>
  5320.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewInfos.Count">
  5321.             <summary>Gets a count of the number of <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewInfoObject"></see> object contained in the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewInfosCollection"></see> collection.</summary>
  5322.         </member>
  5323.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewInfos.Item(System.Object)">
  5324.             <summary>Gets the specified <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewInfoObject"></see> object from the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewInfosCollection"></see> collection.</summary>
  5325.             <param name="varIndex">An expression that specifies the position of a member of the ViewInfosCollection collection. If a numeric expression, the argument must be a number from 0 to the value of the collection's Count property minus 1. If a string expression, the argument must be the name of a member of the collection.</param>
  5326.         </member>
  5327.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewInfosCollection">
  5328.             <summary>Contains a <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewInfoObject"></see> object for each view within a Microsoft Office InfoPath 2007 form.</summary>
  5329.         </member>
  5330.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewInfosEnumerator">
  5331.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  5332.         </member>
  5333.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewInfosEnumerator.#ctor(System.Object)">
  5334.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  5335.         </member>
  5336.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewInfosEnumerator.Reset">
  5337.             <summary>
  5338.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  5339.                                                 </summary>
  5340.         </member>
  5341.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.ViewObject">
  5342.             <summary>Represents a view within a Microsoft Office InfoPath 2007 form.</summary>
  5343.         </member>
  5344.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WebServiceAdapter">
  5345.             <summary>This type is a wrapper for a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about the later version of this interface, including usage remarks and examples, see <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WebServiceAdapter2"></see>.</summary>
  5346.         </member>
  5347.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WebServiceAdapter2">
  5348.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WebServiceAdapterObject"></see>.</summary>
  5349.         </member>
  5350.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.WebServiceAdapter2.GenerateDataSetDiffGram(Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode)">
  5351.             <summary>Gets a serialized ADO.NET DataSet, containing an inline schema describing the data and the DataSet's DiffGram.</summary>
  5352.             <returns>An XML DOM node that contains the XML DataSet.</returns>
  5353.             <param name="pNode">An XML Document Object Model (DOM) node that contains the XML data of the DataSet whose DataSet DiffGram will be created.</param>
  5354.         </member>
  5355.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.WebServiceAdapter2.Query">
  5356.             <summary>Executes the query operation on the adapter, by invoking the specified Web method on the Web service, and inserting the returned XML under the dataFields node of the associated data source.</summary>
  5357.         </member>
  5358.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.WebServiceAdapter2.Submit">
  5359.             <summary>Executes the submit operation on the associated adapter.</summary>
  5360.         </member>
  5361.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.WebServiceAdapter2.ErrorsLocation">
  5362.             <summary>Gets the XML Document Object Model (DOM) node under which the adapter will copy returned errors as XML.</summary>
  5363.         </member>
  5364.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.WebServiceAdapter2.Input">
  5365.             <summary>Gets or sets the XML string ('outer XML') corresponding to the input element in the form definition (.xsf) file.</summary>
  5366.         </member>
  5367.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.WebServiceAdapter2.Name">
  5368.             <summary>Gets the name of a <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WebServiceAdapterObject"></see> object.</summary>
  5369.         </member>
  5370.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.WebServiceAdapter2.Operation">
  5371.             <summary>Gets or sets the XML string ('outer XML') corresponding to the operation element contained in the form definition (.xsf) file for the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WebServiceAdapterObject"></see> object.</summary>
  5372.         </member>
  5373.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.WebServiceAdapter2.OutputLocation">
  5374.             <summary>Gets the XML Document Object Model (DOM) node under which the adapter will copy the XML returned by the XML Web service.</summary>
  5375.         </member>
  5376.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.WebServiceAdapter2.QueryAllowed">
  5377.             <summary>Corresponds to the queryAllowed attribute in the form definition file (.xsf).</summary>
  5378.         </member>
  5379.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.WebServiceAdapter2.SubmitAllowed">
  5380.             <summary>Corresponds to the submitAllowed attribute in the form definition file (.xsf).</summary>
  5381.         </member>
  5382.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.WebServiceAdapter2.Timeout">
  5383.             <summary>Gets or sets the time-out value in seconds for a <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WebServiceAdapterObject"></see> object.</summary>
  5384.         </member>
  5385.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.WebServiceAdapter2.WSDLURL">
  5386.             <summary>Gets the Uniform Resource Locator (URL) of the Web Services Description Language (WSDL) file for the Web service associated with the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WebServiceAdapterObject"></see> object.</summary>
  5387.         </member>
  5388.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WebServiceAdapterObject">
  5389.             <summary>Represents a connection to an XML Web service.</summary>
  5390.         </member>
  5391.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.Window">
  5392.             <summary>This type is a wrapper for a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about the later version of this interface, including usage remarks and examples, see <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.Window2"></see>.</summary>
  5393.         </member>
  5394.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.Window.Activate">
  5395.             <summary>
  5396.                                                     This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see
  5397.                                                     <see cref="M:Microsoft.Office.Interop.InfoPath.SemiTrust.Window2.Activate"></see>.</summary>
  5398.         </member>
  5399.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.Window.Close(System.Boolean)">
  5400.             <summary>
  5401.                                                     This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see
  5402.                                                     <see cref="M:Microsoft.Office.Interop.InfoPath.SemiTrust.Window2.Close(System.Boolean)"></see>.</summary>
  5403.         </member>
  5404.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.Window2">
  5405.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowObject"></see>.</summary>
  5406.         </member>
  5407.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.Window2.Activate">
  5408.             <summary>Activates the window that is represented by the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowObject"></see> object.</summary>
  5409.         </member>
  5410.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.Window2.Close(System.Boolean)">
  5411.             <summary>Closes the window that is represented by the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowObject"></see> object.</summary>
  5412.             <param name="fForce">Determines whether open documents will be saved. The default value is false.</param>
  5413.         </member>
  5414.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Window2.Active">
  5415.             <summary>Gets a value that indicates whether the window associated with the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowObject"></see> object is the active window.</summary>
  5416.         </member>
  5417.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Window2.Caption">
  5418.             <summary>Gets or sets the caption text for the window represented by the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowObject"></see> object.</summary>
  5419.         </member>
  5420.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Window2.CommandBars">
  5421.             <summary>Gets a reference to the Microsoft Office CommandBars collection contained in the window that is associated with the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowObject"></see> object.</summary>
  5422.         </member>
  5423.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Window2.Height">
  5424.             <summary>Gets or sets the height of the window represented by the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowObject"></see> object, measured in points.</summary>
  5425.         </member>
  5426.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Window2.Left">
  5427.             <summary>Gets or sets the horizontal position of the window represented by the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowObject"></see> object, measured in points.</summary>
  5428.         </member>
  5429.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Window2.MailEnvelope">
  5430.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.MailEnvelopeObject"></see> object associated with the window that is represented by the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowObject"></see> object.</summary>
  5431.         </member>
  5432.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Window2.TaskPanes">
  5433.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.TaskPanesCollection"></see> collection that is associated with the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowObject"></see> object.</summary>
  5434.         </member>
  5435.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Window2.Top">
  5436.             <summary>Gets or sets the vertical position of the window represented by the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowObject"></see> object, measured in points.</summary>
  5437.         </member>
  5438.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Window2.Width">
  5439.             <summary>Gets or sets the width of the window represented by the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowObject"></see> object, measured in points.</summary>
  5440.         </member>
  5441.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Window2.WindowState">
  5442.             <summary>Gets or sets the state of the window represented by the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowObject"></see> object.</summary>
  5443.         </member>
  5444.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Window2.WindowType">
  5445.             <summary>Gets an <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XdWindowType"></see> value that indicates the type of window that is represented by the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowObject"></see> object.</summary>
  5446.         </member>
  5447.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Window2.XDocument">
  5448.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocument"></see> object that is associated with the window that is represented by the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowObject"></see> object.</summary>
  5449.         </member>
  5450.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowObject">
  5451.             <summary>Represents a window that is used in the Microsoft Office InfoPath 2007 application.</summary>
  5452.         </member>
  5453.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.Windows">
  5454.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowsCollection"></see>.</summary>
  5455.         </member>
  5456.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.Windows.GetEnumerator">
  5457.             <summary>Gets an IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowsCollection"></see> object.</summary>
  5458.             <returns>An IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowsCollection"></see> object.</returns>
  5459.         </member>
  5460.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Windows.Count">
  5461.             <summary>Gets a count of the number of <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowObject"></see> objects contained in the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowsCollection"></see> collection.</summary>
  5462.         </member>
  5463.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Windows.Item(System.Object)">
  5464.             <summary>Gets a reference to the specified <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowObject"></see> object from <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowsCollection"></see> collection.</summary>
  5465.             <param name="varIndex">An expression that specifies the position of a member of the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowsCollection"></see> collection. The argument must be a number from 0 to the value of the collection's <see cref="P:Microsoft.Office.Interop.InfoPath.SemiTrust.Windows.Count"></see> property minus 1.</param>
  5466.         </member>
  5467.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowsCollection">
  5468.             <summary>Contains a <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowObject"></see> object for each Microsoft Office InfoPath 2007 window that is currently open.</summary>
  5469.         </member>
  5470.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowsEnumerator">
  5471.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  5472.         </member>
  5473.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowsEnumerator.#ctor(System.Object)">
  5474.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  5475.         </member>
  5476.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowsEnumerator.Reset">
  5477.             <summary>
  5478.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  5479.                                                 </summary>
  5480.         </member>
  5481.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XdAttachmentType">
  5482.             <summary>Specifies the type of form files attached to an e-mail message.</summary>
  5483.         </member>
  5484.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdAttachmentType.xdNone">
  5485.             <summary>No file will be attached.</summary>
  5486.         </member>
  5487.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdAttachmentType.xdXml">
  5488.             <summary>The attachment is a form file (.xml).</summary>
  5489.         </member>
  5490.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdAttachmentType.xdXmlXsn">
  5491.             <summary>The attachment is a form file (.xml) along with its associated form template file (.xsn).</summary>
  5492.         </member>
  5493.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XdCertificateStatus">
  5494.             <summary>The XdCertificateStatus enumeration is used to determine the status of a digital certificate.</summary>
  5495.         </member>
  5496.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdCertificateStatus.xdCertificateStatusError">
  5497.             <summary>The status of the specified digital certificate cannot be determined.</summary>
  5498.         </member>
  5499.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdCertificateStatus.xdCertificateStatusExpired">
  5500.             <summary>The specified digital certificate has expired.</summary>
  5501.         </member>
  5502.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdCertificateStatus.xdCertificateStatusNotTrusted">
  5503.             <summary>The specified digital certificate is not trusted.</summary>
  5504.         </member>
  5505.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdCertificateStatus.xdCertificateStatusRevoked">
  5506.             <summary>The specified digital certificate has been revoked.</summary>
  5507.         </member>
  5508.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdCertificateStatus.xdCertificateStatusValid">
  5509.             <summary>The specified digital certificate is valid.</summary>
  5510.         </member>
  5511.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XdConfirmButtons">
  5512.             <summary>The XdConfirmButtons enumeration is used to determine the type of buttons to be displayed in a message box.</summary>
  5513.         </member>
  5514.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdConfirmButtons.xdOKCancel">
  5515.             <summary>OK and Cancel buttons are displayed.</summary>
  5516.         </member>
  5517.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdConfirmButtons.xdYesNo">
  5518.             <summary>Yes and No buttons are displayed</summary>
  5519.         </member>
  5520.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdConfirmButtons.xdYesNoCancel">
  5521.             <summary>Yes, No, and Cancel buttons are displayed.</summary>
  5522.         </member>
  5523.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XdConfirmChoice">
  5524.             <summary>The XdConfirmChoice enumeration is used to determine which button is clicked in a message box.</summary>
  5525.         </member>
  5526.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdConfirmChoice.xdCancel">
  5527.             <summary>The Cancel button was clicked.</summary>
  5528.         </member>
  5529.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdConfirmChoice.xdNo">
  5530.             <summary>The No button was clicked.</summary>
  5531.         </member>
  5532.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdConfirmChoice.xdOK">
  5533.             <summary>The OK button was clicked.</summary>
  5534.         </member>
  5535.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdConfirmChoice.xdYes">
  5536.             <summary>The Yes button was clicked.</summary>
  5537.         </member>
  5538.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XdDocumentVersionMode">
  5539.             <summary>The XdDocumentVersionMode enumeration is used to determine how a Microsoft Office InfoPath 2007 form will be opened.</summary>
  5540.         </member>
  5541.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdDocumentVersionMode.xdCanOpenInReadOnlyMode">
  5542.             <summary>The form is opened in read-only mode.</summary>
  5543.         </member>
  5544.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdDocumentVersionMode.xdCanTransformSigned">
  5545.             <summary>The form is opened and its transform applied, even though it has a digital signature.</summary>
  5546.         </member>
  5547.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdDocumentVersionMode.xdDoNotInstallActiveXCabs">
  5548.             <summary>The form is opened but ActiveX controls are not installed from the cab files.</summary>
  5549.         </member>
  5550.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdDocumentVersionMode.xdFailOnVersionMismatch">
  5551.             <summary>The form is created or opened only if it is accessible and its version number matches the version number of the form template.</summary>
  5552.         </member>
  5553.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdDocumentVersionMode.xdFailOnVersionOlder">
  5554.             <summary>The form is created or opened if its version number is older than the version number of the form template. Since the form is opened against a more recent version of the form template, an update will occur.</summary>
  5555.         </member>
  5556.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdDocumentVersionMode.xdIgnoreDataAdaptersQueryFailure">
  5557.             <summary>The form is opened even if the query associated with its data adapter fails to return data.</summary>
  5558.         </member>
  5559.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdDocumentVersionMode.xdPromptTransformSigned">
  5560.             <summary>The form is opened and the Digital Signatures dialog box is displayed before the form's transform is applied. This only occurs when the version number of the form is older than the version number of the form template.</summary>
  5561.         </member>
  5562.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdDocumentVersionMode.xdUseExistingVersion">
  5563.             <summary>The form is created or opened using the existing version number of the form template.</summary>
  5564.         </member>
  5565.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XdMachineOnlineState">
  5566.             <summary>The XdMachineOnlineState enumeration is used to determine the state of the connection for the client computer.</summary>
  5567.         </member>
  5568.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdMachineOnlineState.xdIEIsInOfflineMode">
  5569.             <summary>Microsoft Internet Explorer is in offline mode. </summary>
  5570.         </member>
  5571.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdMachineOnlineState.xdOffline">
  5572.             <summary>The client computer is not connected to the network.</summary>
  5573.         </member>
  5574.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdMachineOnlineState.xdOnline">
  5575.             <summary>The client computer is connected to the network.</summary>
  5576.         </member>
  5577.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocument">
  5578.             <summary>Represents the underlying XML document of a form.</summary>
  5579.         </member>
  5580.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocuments">
  5581.             <summary>This type is a wrapper for a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about the later version of this interface, including usage remarks and examples, see <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocuments2"></see>.</summary>
  5582.         </member>
  5583.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocuments.Close(System.Object)">
  5584.             <summary>
  5585.                                                     This member is a wrapper for a member of a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about this member as it is implemented in the later interface, including usage, remarks, and examples, see
  5586.                                                     <see cref="M:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocuments2.Close(System.Object)"></see>.</summary>
  5587.         </member>
  5588.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocuments2">
  5589.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocumentsCollection"></see>.</summary>
  5590.         </member>
  5591.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocuments2.Close(System.Object)">
  5592.             <summary>Closes the specified Microsoft Office InfoPath 2007 form.</summary>
  5593.             <param name="varIndex">An expression that specifies the position of a member of the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocumentsCollection"></see>. If a numeric expression, the argument must be a number from 0 to the value of the <see cref="P:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocuments2.Count"></see> minus 1. If a string expression, the argument must be the Uniform Resource Locator (URL) path of a member of the collection.</param>
  5594.         </member>
  5595.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocuments2.GetEnumerator">
  5596.             <summary>Gets an IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocumentsCollection"></see> object.</summary>
  5597.             <returns>An IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocumentsCollection"></see> object.</returns>
  5598.         </member>
  5599.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocuments2.New(System.Object,System.Int32)">
  5600.             <summary>Creates a new Microsoft Office InfoPath 2007 form based on the specified form.</summary>
  5601.             <returns>An <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument"></see> object.</returns>
  5602.             <param name="dwBehavior">Default value is 1. A value that specifies how the form should be opened. The values are based on the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XdDocumentVersionMode"></see> enumeration.</param>
  5603.             <param name="varURI">Specifies the Uniform Resource Identifier (URI) of a form.</param>
  5604.         </member>
  5605.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocuments2.NewFromSolution(System.Object)">
  5606.             <summary>Creates a new Microsoft Office InfoPath 2007 form based on the specified form template.</summary>
  5607.             <returns>An <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument"></see> object.</returns>
  5608.             <param name="varURI">Specifies the Uniform Resource Identifier (URI) of a form.</param>
  5609.         </member>
  5610.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocuments2.NewFromSolutionWithData(System.Object,System.Object,System.Int32)">
  5611.             <summary>Creates a new Microsoft Office InfoPath 2007 form using the specified XML data and form template.</summary>
  5612.             <returns>An <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument"></see> object.</returns>
  5613.             <param name="dwBehavior">Reserved for future use. This value should be set to 1.</param>
  5614.             <param name="varXMLData">Provides the XML data to be used as a template for the form. Can be a string that specifies the Uniform Resource Identifier (URI) of an XML document, or an XMLDOMNode that contains the XML to be used as the XML document (template).</param>
  5615.             <param name="varSolutionURI">Specifies the Uniform Resource Identifier (URI) of a form template file (an .xsf or .xsn file).</param>
  5616.         </member>
  5617.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocuments2.Open(System.Object,System.Int32)">
  5618.             <summary>Opens the specified Microsoft Office InfoPath 2007 form.</summary>
  5619.             <returns>An <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust._XDocument"></see> object.</returns>
  5620.             <param name="dwBehavior">Default value is 1. A value that specifies how the form should be opened. The values are based on the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XdDocumentVersionMode"></see> enumeration.</param>
  5621.             <param name="varURI">Specifies the Uniform Resource Identifier (URI) of a form.</param>
  5622.         </member>
  5623.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocuments2.Count">
  5624.             <summary>Gets a count of the number of <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocument"></see> objects contained in the collection.</summary>
  5625.         </member>
  5626.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocuments2.Item(System.Object)">
  5627.             <summary>Gets a reference to the specified <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocument"></see> object from the collection.</summary>
  5628.             <param name="varIndex">An expression that specifies the position of a member of the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocumentsCollection"></see>. If a numeric expression, the argument must be a number from 0 to the value of the <see cref="P:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocuments2.Count"></see> minus 1. If a string expression, the argument must be the Uniform Resource Locator (URL) path of a member of the collection.</param>
  5629.         </member>
  5630.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocumentsCollection">
  5631.             <summary>Contains an <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocument"></see> object for each Microsoft Office InfoPath 2007 form that is currently open.</summary>
  5632.         </member>
  5633.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocumentsEnumerator">
  5634.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  5635.         </member>
  5636.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocumentsEnumerator.#ctor(System.Object)">
  5637.             <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
  5638.         </member>
  5639.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.XDocumentsEnumerator.Reset">
  5640.             <summary>
  5641.                                                     This member is reserved for internal use and is not intended to be used directly from your code.
  5642.                                                 </summary>
  5643.         </member>
  5644.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XdSignatureRelation">
  5645.             <summary>The XdSignatureRelation enumeration is used to determine how digital signatures can be added to a <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.SignedDataBlockObject"></see> object.</summary>
  5646.         </member>
  5647.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdSignatureRelation.xdSignatureRelationCoSign">
  5648.             <summary>Specifies that signatures are independent of each other in SignedDataBlock.</summary>
  5649.         </member>
  5650.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdSignatureRelation.xdSignatureRelationCounterSign">
  5651.             <summary>Specifies that each signature signs the preceding signature in the SignedDataBlock.</summary>
  5652.         </member>
  5653.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdSignatureRelation.xdSignatureRelationSingle">
  5654.             <summary>Specifies that only one signature can exist in the SignedDataBlock.</summary>
  5655.         </member>
  5656.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XdSignatureStatus">
  5657.             <summary>The XdSignatureStatus enumeration is used to determine the status of a digital signature.</summary>
  5658.         </member>
  5659.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdSignatureStatus.xdSignatureStatusError">
  5660.             <summary>The status of the specified digital signature cannot be determined.</summary>
  5661.         </member>
  5662.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdSignatureStatus.xdSignatureStatusInvalid">
  5663.             <summary>The specified digital signature is invalid.</summary>
  5664.         </member>
  5665.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdSignatureStatus.xdSignatureStatusUnsupported">
  5666.             <summary>The specified digital signature is not supported by Microsoft Office InfoPath 2003.</summary>
  5667.         </member>
  5668.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdSignatureStatus.xdSignatureStatusValid">
  5669.             <summary>The specified digital signature is valid.</summary>
  5670.         </member>
  5671.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XdTaskPaneType">
  5672.             <summary>The XdTaskPaneType enumeration is used to determine the type of Microsoft Office InfoPath 2007 task pane that is currently displayed.</summary>
  5673.         </member>
  5674.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdTaskPaneType.xdTaskPaneBulletsNumbering">
  5675.             <summary>The Bullets and Numbering task pane. Used for applying bullet and numbering styles to a form.</summary>
  5676.         </member>
  5677.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdTaskPaneType.xdTaskPaneClipArt">
  5678.             <summary>The Clip Art task pane. Used for inserting clip art into a form.</summary>
  5679.         </member>
  5680.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdTaskPaneType.xdTaskPaneDesignerNew">
  5681.             <summary>The Design a Form task pane. Used to design a new form, open a form in design mode, or select a form to fill out.</summary>
  5682.         </member>
  5683.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdTaskPaneType.xdTaskPaneFillOutAForm">
  5684.             <summary>The Fill Out a Form task pane. Used to open a form to fill out or design.</summary>
  5685.         </member>
  5686.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdTaskPaneType.xdTaskPaneFind">
  5687.             <summary>The Find task pane. Used to search for text in a form.</summary>
  5688.         </member>
  5689.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdTaskPaneType.xdTaskPaneFormatting">
  5690.             <summary>The Font task pane. Used to format text.</summary>
  5691.         </member>
  5692.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdTaskPaneType.xdTaskPaneHelp">
  5693.             <summary>The Help task pane. Used to display the InfoPath Help system.</summary>
  5694.         </member>
  5695.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdTaskPaneType.xdTaskPaneHTML">
  5696.             <summary>The InfoPath custom task pane. Used by form developers to provide extra form functionality.</summary>
  5697.         </member>
  5698.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdTaskPaneType.xdTaskPaneHWSWorkflow">
  5699.             <summary>The Microsoft BizTalk Server 2004 Human Workflow Services (HWS) Workflow task pane.</summary>
  5700.         </member>
  5701.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdTaskPaneType.xdTaskPaneParaFormatting">
  5702.             <summary>The Paragraph task pane. Used to configure properties of paragraphs including alignment and spacing.</summary>
  5703.         </member>
  5704.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdTaskPaneType.xdTaskPaneReplace">
  5705.             <summary>The Replace task pane. Used to find and replace text in a form.</summary>
  5706.         </member>
  5707.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdTaskPaneType.xdTaskPaneSearchResults">
  5708.             <summary>The Search Results task pane. Used to display the results of a search.</summary>
  5709.         </member>
  5710.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdTaskPaneType.xdTaskPaneSpelling">
  5711.             <summary>The Spelling task pane. Used to check the spelling in a form.</summary>
  5712.         </member>
  5713.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XdWindowState">
  5714.             <summary>The XdWindowState enumeration is used to determine the state of the Microsoft Office InfoPath 2007 window that is represented by the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.WindowObject"></see> object.</summary>
  5715.         </member>
  5716.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdWindowState.xdWindowStateMaximize">
  5717.             <summary>The window is maximized.</summary>
  5718.         </member>
  5719.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdWindowState.xdWindowStateMinimize">
  5720.             <summary>The window is minimized.</summary>
  5721.         </member>
  5722.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdWindowState.xdWindowStateNormal">
  5723.             <summary>The window is not maximized or minimized.</summary>
  5724.         </member>
  5725.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XdWindowType">
  5726.             <summary>The XdWindowType enumeration is used to determine the type of a Microsoft Office InfoPath 2007 window.</summary>
  5727.         </member>
  5728.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdWindowType.xdDesignerWindow">
  5729.             <summary>The window is the type of window that is displayed in design mode.</summary>
  5730.         </member>
  5731.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XdWindowType.xdEditorWindow">
  5732.             <summary>The window is the type of window that is displayed when filling out a form.</summary>
  5733.         </member>
  5734.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLDOMDocumentEvents">
  5735.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  5736.         </member>
  5737.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLDOMDocumentEvents.ondataavailable">
  5738.             <summary>
  5739.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  5740.                                                 </summary>
  5741.         </member>
  5742.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLDOMDocumentEvents.onreadystatechange">
  5743.             <summary>
  5744.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  5745.                                                 </summary>
  5746.         </member>
  5747.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLDOMDocumentEvents_Event">
  5748.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  5749.         </member>
  5750.         <member name="E:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLDOMDocumentEvents_Event.ondataavailable">
  5751.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  5752.         </member>
  5753.         <member name="E:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLDOMDocumentEvents_Event.onreadystatechange">
  5754.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  5755.         </member>
  5756.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLDOMDocumentEvents_ondataavailableEventHandler">
  5757.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  5758.         </member>
  5759.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLDOMDocumentEvents_onreadystatechangeEventHandler">
  5760.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  5761.         </member>
  5762.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLDOMDocumentEvents_SinkHelper">
  5763.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  5764.         </member>
  5765.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLDOMDocumentEvents_SinkHelper.m_dwCookie">
  5766.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  5767.         </member>
  5768.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLDOMDocumentEvents_SinkHelper.m_ondataavailableDelegate">
  5769.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  5770.         </member>
  5771.         <member name="F:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLDOMDocumentEvents_SinkHelper.m_onreadystatechangeDelegate">
  5772.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  5773.         </member>
  5774.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLDOMDocumentEvents_SinkHelper.ondataavailable">
  5775.             <summary>
  5776.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  5777.                                                 </summary>
  5778.         </member>
  5779.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLDOMDocumentEvents_SinkHelper.onreadystatechange">
  5780.             <summary>
  5781.                                                     This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .
  5782.                                                 </summary>
  5783.         </member>
  5784.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLELEM_TYPE">
  5785.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  5786.         </member>
  5787.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLFileAdapter">
  5788.             <summary>This type is a wrapper for a COM interface that has been superseded by a later version. The later version of this interface implements all members of earlier interfaces and additional new members. For information about the later version of this interface, including usage remarks and examples, see <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLFileAdapter2"></see>.</summary>
  5789.         </member>
  5790.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLFileAdapter2">
  5791.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLFileAdapterObject"></see>.</summary>
  5792.         </member>
  5793.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLFileAdapter2.Query">
  5794.             <summary>Reads data from the associated data adapter.</summary>
  5795.         </member>
  5796.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLFileAdapter2.Submit">
  5797.             <summary>The Submit method is available for the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLFileAdapterObject"></see> object but, because the XMLFileAdapter object is available for receiving data only, the method will always generate a run-time error when it is called on that object.</summary>
  5798.         </member>
  5799.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLFileAdapter2.FileURL">
  5800.             <summary>Gets or sets the Uniform Resource Locator (URL) of the XML file that is associated with the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLFileAdapterObject"></see> object.</summary>
  5801.         </member>
  5802.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLFileAdapter2.Name">
  5803.             <summary>Gets the name of an <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLFileAdapterObject"></see> object.</summary>
  5804.         </member>
  5805.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLFileAdapter2.QueryAllowed">
  5806.             <summary>Always returns true.</summary>
  5807.         </member>
  5808.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLFileAdapter2.SubmitAllowed">
  5809.             <summary>Always returns false.</summary>
  5810.         </member>
  5811.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLFileAdapterObject">
  5812.             <summary>Represents a connection to an XML file.</summary>
  5813.         </member>
  5814.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLNodes">
  5815.             <summary>This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, see<see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLNodesCollection"></see>.</summary>
  5816.         </member>
  5817.         <member name="M:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLNodes.GetEnumerator">
  5818.             <summary>Gets an IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLNodesCollection"></see> object.</summary>
  5819.             <returns>An IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLNodesCollection"></see> object.</returns>
  5820.         </member>
  5821.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLNodes.Count">
  5822.             <summary>Gets a count of the number of XML Document Object Model (DOM) node objects contained in the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLNodesCollection"></see> collection.</summary>
  5823.         </member>
  5824.         <member name="P:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLNodes.Item(System.Object)">
  5825.             <summary>Gets a reference to the specified XML Document Object Model (DOM) node from the <see cref="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLNodesCollection"></see> collection.</summary>
  5826.             <param name="varIndex">A numeric expression that specifies the position of a member of the XMLNodesCollection collection. The argument must be a number from 0 to the value of the collection's <see cref="P:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLNodes.Count"></see> property minus 1.</param>
  5827.         </member>
  5828.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLNodesCollection">
  5829.             <summary>Contains a collection of XML Document Object Model (DOM) nodes.</summary>
  5830.         </member>
  5831.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XMLSchemaCache">
  5832.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  5833.         </member>
  5834.         <member name="T:Microsoft.Office.Interop.InfoPath.SemiTrust.XSLTemplate">
  5835.             <summary>This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) 5.0 object or member. For information about the MSXML object or member that is wrapped by this type or member, search the MSXML 5.0 SDK in the InfoPath Developer Reference. For more information about using MSXML objects or members from managed code, see .</summary>
  5836.         </member>
  5837.     </members>
  5838. </doc>